-i [input PDF] : Specify input PDF filename
-o [output TIF] : Specify output TIFF filename
-g : Convert to 8-bit grayscale image file, this option is only available while bitcount equals 8 (-b 8)
-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
-r 300 : Set horizontal and vertical resolution to 300 D
-r 200x300 : Set horizontal and vertical resolution to 200x3
-r 204x98 : Set horizontal and vertical resolution to 204x9
-w [image width] : Create image file at special width
-h [image height] : Create image file at special heigh
-f [first Page] : First page to convert
-l [last Page] : Last page to convert
-c [compress] : Set compression method in generated image files (for TIFF only)
-c none : Create TIFF file without compression
-c lzw : Compress TIFF using LZW arithmetic
-c jpeg : Compress TIFF using JPEG arithmetic
-c packbits : Compress TIFF using packbits arithmetic
-c g3 : Compress TIFF using CCITT G3 arithmetic
-c g4 : Compress TIFF using CCITT G4 arithmetic
-c ClassF : Compress TIFF into Fax compatible ClassF 204x98
-c ClassF196 : Compress TIFF into Fax compatible ClassF 204x19
-q [quality] : Set quality in generated image files
-b [bitcount] : Set bitcount in generated image files
-? : Help
Example:
pdf2img -i C:\input.pdf -o C:\output.tif
pdf2img -w 800 -h 600 -i C:\input.pdf -o C:\output.tif
pdf2img -w 800 -i C:\input.pdf -o C:\output.tif
pdf2img -h 600 -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 -i C:\input.pdf -o C:\output.tif -b 1 -c ClassF -r 204x98
pdf2img -f 1 -l 9 C:\input.pdf -o C:\output.jpg
pdf2img -i C:\*.pdf -o C:\*.pcx