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
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