e-PDF To Image Converter

How to convert PDF to compressed multi-page TIF with command line

The application e-PDF to Image Converter enables conversion from PDF to TIF of compressed and multi-page with command line on Windows platforms.

If you need to know more details about this process, please do not hesitate to read the following paragraphs:

Step1. Download

e-PDF to Image Converter is a command line software, so you need to download a zip file of trial version e-PDF to Image Converter firstly, and then, please extract its content to your computer directly so that trial version application, containing executive file “pdf2img.exe”, could be located in your computer for your later processes.

Step2. Run command prompt window

After extraction as above, please run cmd.exe in your computer to open command prompt window, for it is operating environment of command line in Windows systems.

Step3. Convert PDF to compressed multi-page TIF with command line

Then, in opened command prompt window, you can carry out your conversion referring to following examples:

pdf2img.exe -compress 88881 C:\in.pdf C:\out.tif

pdf2img.exe -compress 88880 -multipage C:\in.pdf C:\out.tif

And in the examples above, you may need to know:

  • -compress 88880: 204x98  G4 ClassF TIFF
  • -compress 88881: 204x196 G4 ClassF TIFF
  • -multipage: generate multi-page TIF file
  • pdf2img.exe: call executive file “pdf2img.exe” to run software
  • C:\in.pdf: specify input PDF file
  • C:\out.tif: specify output TIF file

Besides compression modes mentioned above, e-PDF to Image Converter supports following compression modes on TIF file, too:

-compress 1: NONE compression

-compress 2: CCITT modified Huffman RLE

-compress 3: CCITT Group 3 fax encoding (1d)

-compress 4: CCITT Group 4 fax encoding

-compress 5: LZW compression

-compress 6: OJPEG compression

-compress 7: JPEG DCT compression

-compress 32773 : PACKBITS compression

-compress 32809 : THUNDERSCAN compression

-compress 88882 : 204x98  G3 ClassF TIFF

-compress 88883 : 204x196 G3 ClassF TIFF

-compress 88884 : CCITT Group 3 fax encoding (2d)

And after you type command line and parameters as mentioned above in command prompt window, please click enter in there so that e-PDF to Image Converter starts conversion from PDF to compressed multi-page TIF through command line, and a few seconds later, you can obtain targeting TIF file without any problems!

After you know how to use e-PDF to Image Converter to process related conversion with command line, if you want to obtain this software for good, please purchase e-PDF to Image Converter.

e-PDF To Image Converter

How to batch convert PDF to black and white/color/grayscale image in specific size

This article would like to tell you how to use e-PDF to Image Converter to batch convert PDF to black and white/color/grayscale image in specific size on Windows platforms.

Want to know main processing tool here? Just experience e-PDF to Image Converter by yourself from today and from here! Then, want to know how to use this tool to batch convert PDF to image of black and white/color/grayscale in specific size? Just follow me in the next paragraphs.

Step1. Create BAT file

Open a notepad file in your computer, and then, save this notepad file as .bat file directly. And then, you can follow steps below to step by step batch convert PDF files in various properties.

Step2. Type command line and parameters in created BAT file

In created BAT file, you can refer to following examples to type your own command line and parameters firstly:

pdf2img.exe –mono –w 890 –h 1000 C:\in.pdf C:\out.tif

pdf2img.exe –gray –w 1200 –h 898 C:\in.pdf C:\out.gif

pdf2img.exe –w 1110 –h 788 C:\in.pdf C:\out.png

where you may need to know parameters:

  • -w <int>   : set image width, unit is pixel
  • -h <int>    : set image height, unit is pixel
  • -mono      : generate a monochrome image file
  • -gray        : generate a grayscale image file

where directories:

  • pdf2img.exe: call executive file “pdf2img.exe”
  • C:\in.pdf: specify source PDF file to convert
  • C:\out.tif/gif/png: specify targeting image file of TIF/GIF/PNG, also it could be another supported image file extension

PS: if you do not set grayscale/black and white mode of image, default setting based on image is colorful mode.

And you need to know that command line examples like above could be typed in your created BAT file one time, after you change directories and parameters values.

Step3. Batch convert PDF to black and white/color/grayscale image in specific size

After all basic work is done in created BAT file, just save command line and parameters typed just now there, and then close this BAT file directly. To make software process task here, just double-click shortcut of this BAT file, and then, after e-PDF to Image Converter helps you batch convert PDF to black and white/color/grayscale image in specific page size, and if you check destination folder, you will find targeting image files located there.

Is your process smooth in your computer? Anyway, please do not hesitate to let us know through comments here, if you encounter some problems. And for full version software to utilize in your conversion, please feel free to buy e-PDF to Image Converter.

e-PDF To Image Converter

How to convert specific pages of PDF to image of specific resolution

This article aims to show you how to use e-PDF to Image Converter to convert specific pages of PDF to image of specific resolution on Windows platforms.

e-PDF to Image Converter converts PDF files to JPG, JPEG, TIFF, BMP, PNG, GIF, TGA, PCX, PNM, RAS, PBM, etc. images and supports Password Protected PDF files, and it also support followings:

  • Specify any resolution from 10 to 1200 dpi in the generated image files
  • Specify width and height in the generated image files
  • Able to trim images (remove margins from image files)
  • Extract a page range from an existing PDF file to image files
  • Support several compression method of Tiff images: LZW, JPEG, PACKBITS, GROUP4, GROUP3 or ZIP
  • Convert PDF files to Fax compatible Tiff files
  • Produce multipage Tiff files
  • Support all languages, including English, German, Dutch, French, Italian, Norwegian, Portuguese, Russian, Spanish, Swedish, Chinese, Japanese, Korean, etc.
  • Support conversion into 1, 8, 24 or 32-bit or 8-bit grayscale format
  • Does not require Adobe Acrobat or Reader
  • Able to be launched from command line, from batch file or another application
  • Support anti-aliasing for text, graphics and image objects

Please do not hesitate to use trial version e-PDF to Image Converter to realize conversion in your computer with following steps:

Step1. Run Command Prompt window

Command Prompt is operating environment of command line on Windows platforms, so you need to run cmd.exe to open it on screen directly. And then, you can use it for later process in your computer.

Step2. Input command line and parameters to convert specific pages PDF file to image with specific resolution

After opening Command Prompt, you can refer to following examples to fulfill your own conversion:

pdf2img.exe -f 1 -l 10 -r 300 C:\in.pdf C:\out.jpg

pdf2img.exe –f 2 –l 3 –xres 200 –yres 200 C:\in.pdf C:\out.tif

where you need to know:

  • -f <int> : first page to print
  • -l <int>  : last page to print
  • -r <int>     : resolution for both X and Y, in DPI (default is 150)
  • -xres <int>: xresolution, in DPI (default is 150)
  • -yres <int>: yresolution, in DPI (default is 150)
  • pdf2img.exe: call executive file “pdf2img.exe”
  • C:\in.pdf: specify input PDF file
  • C:\out.jpg/tif: specify output JPG/TIF file

Finally, please click enter in Command Prompt window, and then, later on, you can get specific resolution image files from specific pages of added PDF in destination folder.

However, you may find there are watermarks in produced image files, so, to remove these watermarks, please buy e-PDF to Image Converter.

e-PDF To Image Converter

How to convert PDF to image(JPG/BMP/TIF/GIF) with command line

e-PDF to Image Converter is a command line tool helping you convert  PDF to image(JPG/BMP/TIF/GIF) on Windows platforms.

e-PDF to Image Converter is a program based on Windows platform, which allows the batch converting of large numbers of PDF files at the same time. e-PDF to Image Converter can be integrated into your own software applications or Web-server applications to convert PDF files to image files (JPG, JPEG, TIFF, BMP, PNG, GIF, TGA, PCX, PNM, RAS, PBM, etc.).

Please do not hesitate to try e-PDF to Image Converter for its function, and then, you can use it for following steps to realize converting PDF file to image file(JPG/BMP/TIF/GIF) with command line:

Step1. Open Command Prompt window

Command Prompt is running environment of command line in Windows systems, so you need to run cmd.exe to open it for later command line process. After opening it, you can continue next step.

Step2. Convert PDF file to image(JPG/BMP/TIF/GIF) with command line

Please refer to following command line example to accomplish your own process:

pdf2img.exe C:\in.pdf C:\out.tif

pdf2img.exe C:\in.pdf C:\out.gif

pdf2img.exe C:\in.pdf C:\out.jpg

pdf2img.exe C:\in.pdf C:\out.bmp

where:

  • pdf2img.exe: call executive file “pdf2img.exe”
  • C:\in.pdf: specify source PDF file
  • C:\out.tif/gif/jpg/bmp: specify output image file of TIF/GIF/JPG/BMP

When you finish typing like above, please click enter in Command Prompt window, and then, e-PDF to Image Converter helps you convert PDF file to image(JPG/BMP/TIF/GIF) with command line directly. Then, targeting image files could be added into destination folder directly.

Is your conversion smooth in your computer? Anyway, e-PDF to Image Converter supports editing image properties with command line and parameters, and moreover, if you are interested in full version software, which brings you no-watermark image files, please purchase e-PDF to Image Converter. Thank you for reading this article with me!

e-PDF Document Converter

How to convert PDF to specific resolution/DPI image

This article aims at illustrating how to use e-PDF Document Converter to convert PDF to image with specific resolution/DPI on Windows platforms.

First of all, please install trial version software with this way:

Then, just follow steps below to realize conversion from PDF file to specific resolution/DPI image in Windows systems:

Step1. Run software and Add source PDF file

After installation, just double-click shortcut to open its GUI interface, and then, click Add File(s) on GUI interface > select right PDF file and click Open, and then, you will see selected PDF path located in processing form on GUI interface, which is as shown as following snapshot implies:

Add PDF file to GUI interface of VeryPDF PDF to HTML Converter Or it is more convenient to drag and drop PDF file into processing table directly, for this tool supports this functions.

Moreover, to get all PDF files added for conversion one time, you can also click File on toolbar > select Add Directories on dropdown list > select folder containing PDF files > click Ok directly so that all PDF files in that folder can display as paths in that processing table.

Step2. Set targeting format and Edit specific resolution/DPI for image in advance

After adding source file, just click Setting on GUI interface, and then, click tab Base Setting on pop panel > select one of image file extension, e.g., .tif on dropdown list Output format directly, then, targeting format, which is TIFF, is already set successfully.

The following snapshot shows you more details about setting PDF as targeting file type:

Set PDF as targeting format during converting PDF to HTML with GUI interface

However, it is not complete about setting on this panel. Then, please click tab Save Image Mode directly > select one of image resolutions on pop list Image Resolution directly in order to set specific image resolution, for instance, you can select 400x400 DPI there so that it could be targeting setting on later image files. Or, to set image resolution more specific, just input customized one in edit-box Image Resolution.

The following snapshot could tell you more about operation on setting specific image resolution:

Set specific resolution/DPI for image during converting PDF to image with GUI interface

Finally, please click OK so that your setting here could be saved and this panel can be close directly.

Step3. Set destination folder and Convert PDF file to specific resolution/DPI image with GUI interface

After all prepared work is done like above, one click on Start helps you with targeting folder and conversion:

In pop dialog box program offers you, please select one folder as destination folder and click OK, and later on, along with ending of process, your image files with specific resolution/DPI can be located in that folder automatically.

Anyway, my process from PDF to specific resolution/DPI image files is done well in great quality and speed, what about yours? And of course, after smoothly or tough conversion of yours is finished, if you have any questions on e-PDF Document Converter or encounter some problems during conversion, welcome to leave your comments here, it is certain that our support will help you as soon as possible. And finally, to use software without limit, just purchase e-PDF Document Converter directly.