PyPDF2.utils.PdfReadError: EOF marker not found #442
Labels
is-bug
From a users perspective, this is a bug - a violation of the expected behavior with a compliant PDF
is-robustness-issue
From a users perspective, this is about robustness
PyPDF2 is not working for me on auto-generated files where the EOF marker isn't in the last 1k of the file. I understand that as part of the PDF spec it is supposed to exist that way but only searching for the last 1k does not handle all file cases correctly (appended and generated pdfs).
This is the commit that changes it - f1d4882
The text was updated successfully, but these errors were encountered: