page.images leads to TypeError: argument of type 'NullObject' is not iterable #1732
commuter77
started this conversation in
General
Replies: 2 comments 2 replies
-
this could be a robustness issue, can you share the failing PDF ? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks for sharing. I confirm that the problem is linked with your pdf file and this is a bug : multiple filters is not processed correctly. I'm finalizing the fix. May I use your file to complete the test suite ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried the sample code from
https://pypdf2.readthedocs.io/en/stable/user/extract-images.html
but I got TypeError: argument of type 'NullObject' is not iterable.
Anyone has the same issue ?
I confirmed I've an image in my pdf file.
the error in details:
Beta Was this translation helpful? Give feedback.
All reactions