You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening a pdf from a stream produces the following exception:
System.InvalidOperationException: 'Stream cannot be read. Please send us the PDF file so that we can fix this (issues (at) pdfsharp.net).'
I've attached a project to reproduce the issue.
Thanks for the feedback.
The PDF file is corrupted in object 14 0.
The object has an empty stream, but the length is given as 2338 bytes and that's more bytes than there are remaining in the file.
Opening a pdf from a stream produces the following exception:
System.InvalidOperationException: 'Stream cannot be read. Please send us the PDF file so that we can fix this (issues (at) pdfsharp.net).'
I've attached a project to reproduce the issue.
PDFsharp.IssueSubmissionTemplate.zip
The text was updated successfully, but these errors were encountered: