Skip to content
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

BUG: some inline images are missing #2629

Open
pubpub-zz opened this issue May 8, 2024 · 0 comments · May be fixed by #2630
Open

BUG: some inline images are missing #2629

pubpub-zz opened this issue May 8, 2024 · 0 comments · May be fixed by #2630

Comments

@pubpub-zz
Copy link
Collaborator

Environment

Which environment were you using when you encountered the problem?

python 3.10.4 ; windows 11
pypdf==4.2.0, crypt_provider=('cryptography', '41.0.1'), PIL=10.3.0

Code + PDF

image extraction reports only 1 image (inline)whereas there is 3 of them

import pypdf
r=pypdf.PdfReader("bug1065245.pdf")
print(len(r.pages[0]._get_ids_image()))

https://github.com/mozilla/pdf.js/blob/master/test/pdfs/bug1065245.pdf

pubpub-zz added a commit to pubpub-zz/pypdf that referenced this issue May 8, 2024
@pubpub-zz pubpub-zz linked a pull request May 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant