jmjohnson05

Results 5 comments of jmjohnson05

Is two upvotes enough to make this a top priority? :-)

I'm running into this issue as well with the attached document. If I set SkipMissingFonts to true, the above exceptions gets thrown. When that option is not specified, I get...

Hi @rklec should have clarified, but the exception I'm seeing occurs when calling the `GetPages()` method. For example: ```csharp using PdfDocument? document = PdfDocument.Open( stream ); if ( document is...