mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-20 20:07:57 +08:00
#9 fix bug with truetype fonts and start adding support for cid fonts using compact font format
This commit is contained in:
@@ -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);
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user