-
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
merge fails when a PPT converted to PDF using google docs slide is used #602
Comments
Any news on this? |
Could that be related? #387 |
Can you share a PDF that shows the issue? |
Can you share the code you wrote that lead to this issue? |
As I am currently getting the same error I can confirm that #387 fixes the issue. At least the changes for generic.py, the changes in pdf.py are unrelated. |
Can somebody please check if the issue still appears with the latest version of PyPDF2? |
I tried to reproduce it like this:
Worked fine with PyPDF2==2.9.0. As I cannot reproduce it due to the lack of code and a PDF file, I close it. It might also have been solved by other changes. Please let me know if you still encounter this issue with the latest PyPDF2 version. |
I have a PDF file that I generated from a PPT using google docs, I checked the file metadata and that says PDF version is 1.4 but if I save the same ppt as PDF using office it creates a PDF version 1.7
In case of 1.4 I am getting that error when merging PDF.
The text was updated successfully, but these errors were encountered: