| Home->Pdf Tools->PDF to All->PDF To Image Converter | only
$59.00, |
|
Read RegNow (our order processor) Privacy Statement! RegNow strives to ensure that you receive quality service, and that also means that the information you provide us is seen only by a select few here at RegNow. |
|
|
|
|
PDF To Image Converter |
PDF To Image Converter is an application program based on Windows platform, which can directly convert PDF files to dozens of image formats, such as TIF, TIFF, JPG, GIF, PNG, BMP, EMF, PCX, TGA and so on, it does support whole PDF file to image file conversion, include text, line, arc, ellipse, Bezier, color, image, form and other type elements.
Using this tool, you can convert pdf to pcx, pdf to tga, pdf to image, pdf to picture, pdf to pic.
Relative Keywords:xls to pdf excel to pdf pdf to csv pdf to dbf pdf to text image slide show image to pdf powerpoint to image ppt to image acrobat to image More Popular Keywords ...

To perform
batch conversion or call conversion procedure from an automation script, you can
use command line function in the PDF To Image Converter software, You can either
run this tool directly from command line or call it from any script as well. The
program supports the following command-line options:
In the following example the program converts Adobe PDF document "c:\input.pdf"
into "c:\output.tif":
Command line usage:
Usage: pdf2img [options] <-I PDF File>
[-o Output]
-I [input PDF file] : Specify input PDF filename
-o [output Image] : Specify output image filename
-m
: Set output to multi-page TIFF file, the default is output to single page TIFF
files
-r [resolution] : Set resolution in generated
image files
-f [first Page] : First page to convert
-l [last Page] : Last page to convert
-c [compress] : Set compresstion
method in generated image files(for tif only)
-c lzw
: Compress TIFF using LZW arithmetic
-c jpeg
: Compress TIFF using JPEG arithmetic
-c g4
: Compress TIFF using CCITT G4 arithmetic
-q [quality] : Set quality in
generated image files(for jpg file only)
-b [bit count] : Set bit count in generated
iamge files
-?
: Help
-------------------------------------------------------
Example:
pdf2img -I C:\input.pdf -o C:\output.tif
pdf2img -m -I C:\input.pdf -o C:\output.tif
pdf2img -c lzw -I C:\input.pdf -o C:\output.tif
pdf2img -q 80 -I C:\input.pdf -o C:\output.jpg
pdf2img -b 4 -I C:\input.pdf -o C:\output.tif
pdf2img -f 1 -l 9 C:\input.pdf -o C:\output.jpg
pdf2img -I C:\*.pdf -o C:\*.pcx
Please notice, if your input pdf's filename or output tiff's filename contain
space(s), you must use quotation mark to include them, for example,
C:\>pdf2img "C:\123 456.pdf" "C:\my test\aaa.tif"