Skip to content
Discussion options

You must be logged in to vote

Method page.get_images() only shows which image references are contained in the page's PDF object definition. This may or may not be the same set of images that the page actually displays. Whether you use the full parameter or not: this has a completely different meaning.
Please consult the documentation for more background.

To get a list of all image display commands that the page actually issues, use page.get_image_info() (please consult documentation for parameter details). This also contains duplicate images and images that may not have an xref (inline images).
Also, the sequence in that list is the sequence in which the display commands are being executed.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@AwesomeYuer
Comment options

@AwesomeYuer
Comment options

@JorjMcKie
Comment options

@AwesomeYuer
Comment options

Answer selected by JorjMcKie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
not a bug not a bug / user error / unable to reproduce
2 participants
Converted from issue

This discussion was converted from issue #2758 on October 24, 2023 09:39.