Fabrizio Tronci

Results 3 comments of Fabrizio Tronci

@BobLd I still have the problem with latest git version. The token type is {} ![Image](https://github.com/user-attachments/assets/22d1b12e-0541-401e-9843-73f36bdc0d9e) 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 ^_^