BobLd
BobLd
I believe this is possible but I'd need to look into it, not sure how easy it is
@tronci can you try with the latest prerelease version of PdfPig and confirm you still have the problem? If yes, can you locally add your pdf to the tests to...
@tronci can you add the following `if` case in the `ResourceStore` class and confirm you are able to parse the document? Also available in https://github.com/BobLd/PdfPig/blob/6d0df7f4daae4107422000faa1ec5880cae57f03/src/UglyToad.PdfPig/Content/ResourceStore.cs#L122C1-L134C25 I'm expecting your token to...
@tronci can you try with the following change, same `if` case (also available here https://github.com/BobLd/PdfPig/blob/0d1009906691224d93c5b6887d44e86100112458/src/UglyToad.PdfPig/Content/ResourceStore.cs#L122C1-L128C22): ```csharp else if (parsingOptions.UseLenientParsing && DirectObjectFinder.TryGet(nameColorSpacePair.Value, scanner, out DictionaryToken? dict) && dict.TryGet(NameToken.ColorSpace, scanner, out NameToken?...
Fix now merged, will be available in the latest pre-release version by tomorrow
@davebrokit I was thinking of doing similar, please go ahead and implement your idea. I did a similar interface for my project https://github.com/BobLd/Caly/blob/master/Caly.Pdf/Models/IPdfTextElement.cs feel free to reuse that or not....
Hi @rklec it's going to be complicated to help you without the document... Can you try with the latest version of PdfPig (pre-release 1.9.0, available via Nuget packages)?
thanks for sharing the document, I've created a PR that fixes the issue when `SkipMissingFonts = true`
Same here @EliotJones, more than happy to help
@cremor @EliotJones I fixed another regression in https://github.com/UglyToad/PdfPig/pull/883 and I'm not aware of any other