#9 fix bug with truetype fonts and start adding support for cid fonts using compact font format

This commit is contained in:
Eliot Jones
2018-12-28 22:34:47 +00:00
parent d9052e1388
commit 47e49c4044
17 changed files with 1273 additions and 1105 deletions

View File

@@ -10,7 +10,10 @@
[Fact]
public void Tests()
{
//using (var document = PdfDocument.Open(File.ReadAllBytes(@"C:\Users\eliot\Downloads\Motor Insurance claim form.pdf"), new ParsingOptions{UseLenientParsing = false}))
//{
// var page1 = document.GetPage(1);
//}
}
}
}