'Convert Document to Image'

Convert DOC to JPG, BMP, TIF etc.

Quick, accurate and easy to use tool for document to image conversion

Why Choose 'Convert Document to Image'?

'Convert Document to Image' Overview

'Convert Document to Image' is a Windows tool from SoftInterface that converts DOC, DOCX, PDF, RTF, HTML, and TXT files into 11 image formats: JPG, TIFF, 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 neither Microsoft Word nor Adobe Acrobat.


The tool generates one image per page or a single multi-page TIFF, with configurable DPI for OCR or print workflows, custom output width and height in pixels, and JPEG quality control. Page ranges can be specified ("1-4" or arbitrary pages like "1-3,10-11"). Batches resume from interruption, recursive folder processing is built in, and source documents can be moved or deleted after successful conversion.


'Convert Document to Image' is used by many of the world's largest corporations for document archiving, e-discovery, Bates-stamping preparation, OCR pre-processing, and digital records management. Free 30-day trial and 30-day money-back guarantee on every purchase.

Fast Software

'Convert Document to Image' converts swiftly. Also, it allows for the saving and restoring of complex 'conversion jobs'. Specify a 'conversion job' within the command line or Windows task scheduler and rest easy. 

'CONVERT DOC to JPEG' — BATCH — 80x25
C:\>Working example.bat files
   are installed for speedy
   tests and customizing.

C:\>DOC-to-JPG-Converter.bat
-------------SUCCESS!!!

C:\>DOC-to-TIFF-Conversion.bat
-------------SUCCESS!!!

Strong Command Line

Command line capability is the foundation of our software tools. Demo batch files are installed ready for testing and modification. We are always here to help you integrate our software.

Easy to use
File Conversion Features

Moving or deleting input (DOC, PDF, TXT) files while converting to images is easy to do. This allows for unattended conversion of whole folders. 

Convert DOC To JPG Logo

'Convert Document to Image' Features


General

Conversion Tool Extras
  • MS Word is NOT required. Adobe Acrobat is NOT required
  • Save and restore complex conversion configurations, known as conversion jobs
  • Optionally move or delete files after conversion
  • Command line  (invisible at runtime) and Graphical User Interface execution
  • Timer can be set to run jobs automatically at a specified interval
  • Special processing on files including appending/concatenation, removing empty lines, search and replace strings
  • Demonstration files and conversion jobs included with the installation
  • Supports recursive subfolders
  • Batch can be stopped midway and resumed at a later time 
  • Launch (Run) a third party program
  • Can be adapted for all languages
  • COM Interface

Document to JPG/TIFF Conversion

Doc to Image Conversion Features
  • Supports 11 Output image file types
    • Convert Doc to TIFF
    • Convert Doc to JPG
    • Convert Doc to BMP, GIF, PNG, EMF, J2K, PCX etc.
  • Input file types include DOC, DOCX, PDF, TXT, RTF,  and HTM. If you have a valid license of Microsoft Office 2007 or greater than any file MS Word can open can be converted to an image.
  • Format the document, page and paragraph before conversion to an image
  • When converting PDF to TIF you can specify to create a single or multiple output files and:
    • Pages to convert. Can be a range (e.g. "1-4" or multiple ranges)
    • Image Quality
    • Width
    • Height

Why 'Convert Document to Image'?

Plenty of document-to-image converters exist. A few reasons users pick 'Convert Document to Image' over the alternatives:

  1. Local processing — your documents stay on your machine. Most online converters require uploading your documents to their servers. 'Convert Document to Image' runs entirely on Windows; nothing leaves your computer. Decisive for legal, medical, financial, and government workflows where document contents are confidential.

  2. Standalone — no MS Word or Adobe Acrobat needed. Most competitors wrap MS Office automation, forcing customers to license Word on every machine. 'Convert Document to Image' runs on its own. Install it on a Windows server with no Office or Acrobat license — convert DOC, DOCX, PDF, RTF, HTML, and TXT to any of 11 image formats (JPG, TIFF, BMP, GIF, PNG, EMF, J2K, PCX, RAS, TGA, WMF).

  3. Built for production batches with multi-page TIFF. Drive jobs from Windows Task Scheduler, BAT files, COM/ActiveX, or the built-in scheduler. Save complex jobs as reusable .SII files. Generate one image per page or a single multi-page TIFF (essential for Bates stamping, e-discovery, and archival workflows). Specify page ranges, custom DPI for OCR or print, and JPEG quality. Batches resume from interruption; recursive folder processing is built in.

  4. 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.

Download and try 'Convert Document to Image' free.

Special Offer: Buy 'Convert Document to Image' and get 'Convert PDF to Image' and 'Convert Image to PDF' FREE!

Document to image conversions by command line

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 Softinterface has included this interface in all of our software tools.

Automate conversions with the command line using:

  • BAT files
  • Windows built in scheduler
  • 'Convert Document to Image's built in scheduler
  • Third party apps that have command line interfaces

What is the command line?

NOTE: After installation, you can find several simple batch (*.bat) files for quick and easy usage by going to Start\All Programs\Convert Document to Image\Demo 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 ASAP!


Although we'll discuss the use of the command line here, it's only to give you an overview. For the full, accurate, and up to date information see the 'Convert Document to Image' command line documentation. There you will also find full details, helpful hints, and troubleshooting assistance. See using the Windows Scheduler also.


There are two approaches to using the command line:

Specifying a 'Conversion Job'

Specifying a 'Conversion Job' is very easy, as you only need to tell 'Convert Document to Image' where to find the associated *.SII 'Conversion Job' file.  A 'Conversion Job' file is created within the user interface. Set up all the conversions you want within the user interface, then save the conversion job file from the File menu. All the details associated with this conversion job are executed in one go.

The syntax for specifying a 'Conversion Job'  is:

 CDTI.EXE /J{ConversionJobFile}  [/V] [/L{LogFile}]

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':
  CDTI.EXE /J "C:\MyJobs\convert-DOC-to-JPG.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".

Specifying a 'Conversion Task'

When specifying a 'Conversion Task' you must be a bit more detailed, but does not require the prior creation of a 'Conversion Job' file.
The syntax for the command line when specifying a conversion task is:

 CDTI.EXE /S{Input File(s)} /T{Output File(s)} [/1-9] [/V] [/R] [/L{LogFile}] [/I{override initialization file}] [/F#] [/C#] [/M1] [/G]


NOTE: See Convert Document To Image command line examples to get going right away.

13

Years of 'Convert Document to Image' development. Time tested robust utility.

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.

Latest Changes to 'Convert Document to Image'

Detailed Change History

16.50 (04/16/2026)

  • We’ve added a new Privacy Mode option to this app — designed for security-conscious users and organizations.
    When enabled, Privacy Mode will:
    ✔ Prevent loading of file names and paths from previous app runs.
    ✔ Stop saving file names and paths from future app runs.
    ✔ Ensure a clean interface by clearing out apps most recently used file lists (no previously used files shown)

    This helps keep sensitive file activity private and off disk — giving you greater control over your data.
    Available now under the following menu item:
    File → Enable Privacy Mode

    NOTE: Your file/folder usage from the point prior to enabling this option is still intact and will be restored by disabling this option. To delete existing file use history open and edit the apps ini file while the app is not running. You can find the ini file by opening the Softinterface program, go to the Help\About menu item, and then double click on the Softinterface icon/logo at the top. This will open the ini file in Notepad.

See complete change history of 'Convert Document to Image'.