-
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
IndexError: list index out of range #1278
Comments
for local ref |
The page contains an array of content stream. They have to be reassembled adding line breaks. PR #1281 will fix this issue |
Thank you for reporting the issue @DL6ER ! I'll release a PyPDF2 version with the fix on Sunday to PyPI. |
We value good error reports @DL6ER! I can add you to https://pypdf2.readthedocs.io/en/latest/meta/CONTRIBUTORS.html if you want :-) |
@MartinThoma Sure, you can add me if your want. I will "contribute" some more issues over the next days ;-) |
You're added :-) (It might take ~5 minutes until the docs refresh) |
See #1269 for further details.
Environment
Which environment were you using when you encountered the problem?
$ python -m platform Linux-5.4.0-122-generic-x86_64-with-glibc2.29 $ python -c "import PyPDF2;print(PyPDF2.__version__)" 2.10.3
Code + PDF
This is a minimal, complete example that shows the issue:
PDF used above: Work Flow From Check to QA.pdf
Traceback
This is the complete Traceback I see:
The text was updated successfully, but these errors were encountered: