Fabrizio Tronci
Fabrizio Tronci
@BobLd I still have the problem with latest git version. The token type is {}  Exception is generated elaborating this line [https://github.com/UglyToad/PdfPig/blob/89abf6de546c674e6751c2480fc93fd29f5cd13f/src/UglyToad.PdfPig/Content/ResourceStore.cs#L106](https://github.com/UglyToad/PdfPig/blob/89abf6de546c674e6751c2480fc93fd29f5cd13f/src/UglyToad.PdfPig/Content/ResourceStore.cs#L106)
Hi, I cannot parse the document parsingOptions.UseLenientParsing is False DirectObjectFinder.TryGet(nameColorSpacePair.Value, scanner, out DictionaryToken? dict) is True dict.TryGet(NameToken.ColorSpace, scanner, out DictionaryToken? csDict) is False dict.TryGet is False because {/DeviceRGB} in line...
Now with LenientParsing On and the new if it works like a charm ^_^