I have a lot of PDFs that I need to convert a single page from to a TIFF. Acrobat would let me batch this for ALL pages but that would take too much space.
Is there a way to do this?
|
I have a lot of PDFs that I need to convert a single page from to a TIFF. Acrobat would let me batch this for ALL pages but that would take too much space. Is there a way to do this?
| ||||
|
feedback
|
|
Use Ghostscript. It gives you a lot of controls over various aspects of your TIFF output. Here are a few commandline examples:
This will create a multipage TIFF G4 (compressed fax format, which is grayscale) from pages 13-15 of your input.pdf, with the default resolution, which is 204dpi (width) by 196dpi (height). Let's say you want each of the pages as an individual TIFF file, and you want a uniform resolution of 600dpi. Then specify the command like this:
Your output pages will be named
For more options look at the Ghostscript usage and device documentation. | |||
|
feedback
|
|
In GNU/Linux try installing pdfjam, then:
The number at the end of the previous command supposes you want to convert page number 1 of file.pdf, change it at your will. This will output a file called file-joined.pdf containing only page number 1. After that execute:
convert has lots of options to style the final output of your tiff file. Check the manual for more info. You'll need imagemagick to have the convert command. To install both packages in a debian-based distribution do as a root:
enjoy! | ||||
feedback
|
|
You can convert specific PDF pages to TIFF image format with just few clicks. You just need to download Best PDF converter. After downloading and installing PDF converter, follow the video tutorial of how to convert specific PDF pages to Image. If above information helps you, don't say thanks just hit the vote button :) Thanks | |||
|
feedback
|