#9 add some more code for reading glyph ids from cid fonts in compact font format

This commit is contained in:
Eliot Jones
2018-12-29 11:41:46 +00:00
parent 47e49c4044
commit 79c555e967
10 changed files with 284 additions and 70 deletions

View File

@@ -1,5 +1,6 @@
namespace UglyToad.PdfPig.Tests.Integration
{
// using System.IO;
using Xunit;
/// <summary>
@@ -10,7 +11,7 @@
[Fact]
public void Tests()
{
//using (var document = PdfDocument.Open(File.ReadAllBytes(@"C:\Users\eliot\Downloads\Motor Insurance claim form.pdf"), new ParsingOptions{UseLenientParsing = false}))
//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);
//}