-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyPDF2.errors.PdfReadError: EOF marker not found #134
Labels
Has MCVE
A minimal, complete and verifiable example helps a lot to debug / understand feature requests
is-robustness-issue
From a users perspective, this is about robustness
PdfReader
The PdfReader component is affected
Comments
alisufian
changed the title
getNumPages() hangs on this file.
PdfFileReader hangs on this file.
Sep 3, 2014
MartinThoma
added
PdfReader
The PdfReader component is affected
is-bug
From a users perspective, this is a bug - a violation of the expected behavior with a compliant PDF
labels
Apr 8, 2022
MartinThoma
added
the
Has MCVE
A minimal, complete and verifiable example helps a lot to debug / understand feature requests
label
Apr 18, 2022
Also with that is the part:
|
MartinThoma
added
is-robustness-issue
From a users perspective, this is about robustness
and removed
is-bug
From a users perspective, this is a bug - a violation of the expected behavior with a compliant PDF
labels
Apr 19, 2022
MartinThoma
changed the title
PdfFileReader hangs on this file.
PyPDF2.errors.PdfReadError: EOF marker not found
Jul 9, 2022
pubpub-zz
added a commit
to pubpub-zz/pypdf
that referenced
this issue
Jul 24, 2022
a) cmap : strip lines when processing cmap from fonts b) look for %EOF up to beginning of file
the PDF is very odd... about 100 MB of null characters |
MartinThoma
pushed a commit
that referenced
this issue
Jul 25, 2022
MartinThoma
added a commit
that referenced
this issue
Jul 25, 2022
Bug Fixes (BUG): - u_hash in AlgV4.compute_key (#1170) Robustness (ROB): - Fix loading of file from #134 (#1167) - Cope with empty DecodeParams (#1165) Documentation (DOC): - Typo in warning message (#1166) Maintenance (MAINT): - Package updates; solve mypy strict remarks (#1163) Testing (TST): - Add test from #325 (#1169) Full Changelog: 2.8.0...2.8.1
@MartinThoma, |
Thank you for the reminder :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Has MCVE
A minimal, complete and verifiable example helps a lot to debug / understand feature requests
is-robustness-issue
From a users perspective, this is about robustness
PdfReader
The PdfReader component is affected
The following script originally hanged, but with PyPDF2==2.4.2 we get
PdfReadError: EOF marker not found
.MCVE: PDF + Code
This file is 298MB with 21 pages.
Traceback
The text was updated successfully, but these errors were encountered: