Extract images from PDF without resampling, in python?
Posted
by matt wilkie
on Stack Overflow
See other posts from Stack Overflow
or by matt wilkie
Published on 2010-04-22T19:26:14Z
Indexed on
2010/04/23
0:13 UTC
Read the original article
Hit count: 342
How might one extract all images from a pdf document, at native resolution and format? (Meaning extract tiff as tiff, jpeg as jpeg, etc. and without resampling). Layout is unimportant, I don't care were the source image is located on the page.
I'm using python 2.6 but can use 3.x if required.
thanks
© Stack Overflow or respective owner