Hello,
is it possible, to convert each page of pdf file to jpg, excluding text of this pdf?
pdf contain searchable text and graphic background.
trying to use pdftoppm(from xpdf) and imagemagick.
sorry for bad english.
Regards, Alex
convert pdf to picture with only graphic layer
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: convert pdf to picture with only graphic layer
Afternaf wrote:Hello,
is it possible, to convert each page of pdf file to jpg, excluding text of this pdf?
pdf contain searchable text and graphic background.
trying to use pdftoppm(from xpdf) and imagemagick.
sorry for bad english.
Regards, Alex
What do you mean "excluding text"?
convert image.pdf +adjoin image.jpg
should give you all the pages of the pdf as image-0.jpg, image-1,jpg etc
Re: convert pdf to picture with only graphic layer
without any text from pdf, only background image.fmw42 wrote:What do you mean "excluding text"?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: convert pdf to picture with only graphic layer
I don't think so. See http://www.imagemagick.org/Usage/formats/#pdf where it says
If you are more interested in the actual images that are contained within a PDF document you can have a look at the "pdfimages" program, which is part of either the "poppler-utils" or the "xpdf-utils" software packages. These software packages also contain many other tools that you can find useful for PDF processing.