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
I also noticed that if I open the test pdf file using evince in my Linux desktop, and print it to a new pdf file, then the above code finishes within 5s.
PyPDF2.version
'1.25.1'
The text was updated successfully, but these errors were encountered:
If there is some broken image or the file is not correctly decripted then probably changes in PR #331 will raise error instead of taking forever. Can you check?
I have just hit this issue with embedded picture in template PDF file on Mac with PyPDF2 - 1.26.0 on Python3
MartinThoma
added
PdfWriter
The PdfWriter 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 7, 2022
STEPS TO REPRODUCE:
Download the test pdf file:
https://suokunlong.cn/owncloud/index.php/s/bWyTHYfoMii3Yh9
The file is named 2017-Textbook-EconomicLaw.pdf, which is 65.1MB of 511 pages.
Run the following code:
OTHER USEFUL INFORMATION:
to:
then I will get the output very quickly.
PyPDF2.version
'1.25.1'
The text was updated successfully, but these errors were encountered: