'Convert PDF to Image' is a Windows tool from SoftInterface that converts PDF files into 11 raster and metafile image formats: TIFF, JPG, BMP, GIF, PNG, EMF, J2K, PCX, RAS, TGA, and WMF. It runs from a graphical interface or the command line, supports unattended batch processing of entire folders, and requires no additional software.
The tool offers per-page control (convert all pages, a specific range like "1-4", or arbitrary pages like "1-3,10-11"), multi-page TIFF output as either a single file or one file per page, configurable DPI for OCR and print workflows, custom output width and height in pixels, and JPEG quality control. Batches resume from interruption, recursive folder processing is built in, and source PDFs can be moved or deleted after successful conversion.
'Convert PDF to Image' is used by many of the world's largest corporations for document archiving, e-discovery, OCR preparation, and print workflows. Free 30-day trial and 30-day money-back guarantee on every purchase.
'Convert PDF to Image' converts quickly. It also allows for the saving and restoring of complex 'conversion jobs'. Specify a 'conversion job' within the command line or Windows scheduler and rest easy.
Command line capability is fundamental to ALL of our software tools. Demo batch files are installed ready for testing and modification. We are always here to help you implement our software.
Moving or deleting input PDF files while converting to images is easy to do. This allows for unattended conversion of whole folders.
Plenty of PDF-to-image converters exist. A few reasons users pick 'Convert PDF to Image' over the alternatives:
Local processing — your PDFs stay on your machine. Most online converters require uploading your PDFs to their servers. 'Convert PDF to Image' runs entirely on Windows; nothing leaves your computer. Decisive for legal, medical, financial, and government workflows where PDF contents are confidential — and for any document containing PII, financial figures, or client data.
Eleven output formats, including multi-page TIFF. TIFF, JPG, BMP, GIF, PNG, EMF, J2K, PCX, RAS, TGA, and WMF — most online tools only do JPG and PNG. Multi-page TIFF can be output as a single file or one file per page (essential for document archiving and e-discovery). Specify exact page ranges ("1-4" or "1-3,10-11"), custom DPI for OCR or print workflows, and custom output dimensions.
Built for production batches. Drive jobs from Windows Task Scheduler, BAT files, COM/ActiveX, or the built-in scheduler. Save complex jobs as reusable .SII files. Batches resume from interruption; recursive folder processing is built in. Source PDFs can be moved or deleted automatically after successful conversion.
Risk-free evaluation. Free 30-day trial with full functionality — no time-bombed features. 30-day money-back guarantee after purchase if it doesn't fit your workflow.
Special Offer: Buy 'Convert PDF to Image' and get 'Convert Image to PDF' and 'Convert Document to Image' FREE!
The command line is one of the most widely known, accepted and implemented methods for allowing one software app to initiate another app. That's why we've made it our goal to make all of our software command line able.
Automate conversions with the command line using:
NOTE: After installation, you can find several simple batch (*.bat) files for quick and easy usage by going to Start\All Programs\Convert PDF to Image\Example Batch Files. These will work without modification provided the installation was in the default folder. Email us at if you have any questions or need additional examples. We will get you up and running fast!
Although we'll discuss the use of the command line here, it's only to give you a taste. For the full, accurate, and up to date information see the 'Convert PDF to Image' command line documentation. There you will also find a full list of examples and how to troubleshoot. See using the Windows Scheduler also.
There are two approaches to using the command line:
ConvertPDFtoImage /J{ConversionJobFile} [/V] [/L{LogFile}] [/B{LogToJobFile}]
Items above enclosed in square brackets "[ ]" are optional, all other ‘switches’ are
required. Therefore /J should always be specified on the command line.
Example:
To run the 'Conversion Job' specified by "C:\MyJobs\convert-PDF-to-TIF.SII" type the
following in at the 'Command Prompt':
ConvertPDFtoImage /J "C:\MyJobs\convert-PDF-to-TIF.SII"
You can include or exclude spaces between switches and parameters. For example, "/F6"
is the same as "/F 6". For long file names you may be required to
use double quotes. For example /J "C:\Program Files\MyApp\convert-PDF-to-TIF.SII".
ConvertPDFtoImage /S{Input File(s)} / T{Output File(s)} [/C#] [/G] [/R] [/L{LogFile}] [/B{LogToJobFile}] [/V] [/Z] [/1-9]
NOTE: See also Convert PDF To Image command line examples to get going quickly.
Items above enclosed in square brackets [ ] are optional, all other 'switches' are required. Therefore /S, /T should always be specified on the command line. There is one exception however, and that is when /G (Save to input folder) is specified, the /T switch is not necessary.
For long file names you may be required to use double quotes. For example, /S "C:\Program Files\MyApp\MyImage.JPG". Command switches are case sensitive, therefore /F is completely different from /f.
/S{Input File(s)} is used to specify which files to convert. You can specify a single file, or in some cases a whole set of files using the wildcard syntax (i.e. "C:\MyFiles\*.PDF").
/T{Output File(s)} is used to specify where to save the converted file(s) to. You can specify a single file, or in some cases a whole set of files using the wildcard syntax (i.e. "C:\MyFiles\*.BMP").
/C# tells 'Convert PDF To Image' what the output file type is. You must supply a number for the # symbol. For all constants see File Type Constants table immediately below.
Remember the output file, specified by the /T{Output File(s)} switch, has an extension which determines it's file type. /C is only required if you are not using file names with standard file extensions (standard file extensions are jpg, tif, gif, etc.). For example if you working with bitmap files with file names like mybitmap.abc then you definitely need to specify the /C switch.
[/G] Save files to their input folders. Use this instead of /T to place the converted files in the same folder as the input file. This cannot be used when converting a single, specified file from within a folder. Use the /T switch instead.
[/R] Seek out and do all files found in the sub-folders specified in the /S switch. Recursive subdirectories. You may add this switch if you are processing whole directories of files. See /S, /T and /G for more details on selecting whole directories to be converted.
[/L{LogFile}] Log file path and name (i.e. d:\mylogs\CITP.LOG) If this switch is specified a log file with the given path and name will be created and the results of the conversion will be written to it. See also /V.
[/B{LogToJobFile}] Save the Log file as a 'Conversion Job' ONLY IF ERRORS OCCURRED. This is useful if the files that had problems can be done at a later time, or with a different method. /B is different from /L, since the file generated with /B will not include extraneous comments not allowed in a 'Conversion Job' file. Save as a .SII file type so it can be loaded as a job.
[/V] Verbose mode. Specify this switch to display a message box indicating how the conversion went. See also /L.
[/Z] Verbose Log. All file operations will be recorded in the log.
[/1] PDF pages to convert. For example if you have a multipage PDF and you want to convert pages 2-5 use /1 2-5 . ALWAYS put a space after the 1 in /1. To do page one for example use /1 1
[/3] TIFF: Append to existing when converting to a TIFF. Use /3 TRUE to append /3 FALSE not to.
[/4] JPEG: Quality of the resulting JPG from 0 to 100 (default is 100). 0 is lowest and 100 is highest quality. The higher the quality the larger the resulting output file. Use /4 100 for highest quality. Default is 100.
[/5] Resolution: Specified in DPI, the image resolution is critical. Default is 150.
[/6] Width: Width of the output image in pixels. Leave out this switch or use a value of 0 to use the size within the PDF file.
[/7] Height: Height of the output image in pixels. Leave out this switch or use a value of 0 to use the size within the PDF file.
[/8] lTiffConvertToSingleFile: If you are converting multiple pages in a PDF file to a TIF, you can have a single file output or multiple file output. Use /8 1 to create a single file or /8 0 to create multiple output files.
| File Type |
Constant |
| Independent JPEG Group (*.jpg) |
1 |
| Windows Bitmap (*.bmp) |
2 |
| Tagged Image File Format (*.tif) |
3 |
| Graphics Interchange Format (*.gif) |
4 |
| EMF (*.emf) |
5 |
| J2K (*.j2k) |
6 |
| PCX Bitmap (*.pcx) |
7 |
| Portable Network Graphics (*.png) |
8 |
| Sun Rasterfile (*.ras) |
9 |
| Targa File (*.tga) |
10 |
| Windows Meta File (*.wmf) |
11 |
15
Years of 'Convert PDF to Image' development. Time tested for your demanding requirements.54
Non-profit organizations assisted. Are you a member of one? Let us know, we would like to help.110
Customers in 110 countries. 1 in 3 Fortune 500 companies use our software.16.10 (4/20/2026)
16.00 (04/16/2026)