'Convert Image to PDF' converts in an instant. 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 at the core of all 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 files while converting to PDF is easy to do. This allows for unattended conversion of whole folders.
'Convert Image to PDF' is the most advanced and comprehensive image to PDF conversion software.
It can convert thousands of images to PDF files in just a few clicks.
'Convert Image to PDF' supports all major image formats including TIFF, JPG, BMP, PNG and more
(see bottom of page for full list).
The most popular task our customers perform is to convert TIFF to PDF and JPEG to PDF.
It is extremely fast, easy to use and delivers high quality PDF outputs every time.
All of our tools provide a powerful command line
interface for power users and automation.
Whether you need to convert a few images or thousands of images, this is
the tool you'll want.
Converting images to PDFs has never been so simple and effortless.
Click
here to download and try it out for free.
'Convert Image to PDF' can be especially useful if you require
complicated conversion jobs be done on a regular basis. With the user interface you can create
any number of conversions and save it as a 'conversion job' file. By saving and
recalling a conversion job file, 'Convert Image to PDF' quickly remembers all the details of the conversion tasks.
NOTE: With this tool you can schedule a conversion job at a regular interval (time
or calendar based) while optionally moving/deleting the input files.
Also, our conversion tools have the ability to launch other programs and perform file operations.
On line
'Convert Image to PDF' manual...click here.
If you instead need to convert PDFs to images, then please see the companion tool,
'Convert PDF to Image'.
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 Image to PDF\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 Image to PDF' 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:
ConvertITP /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':
ConvertITP /J "C:\MyJobs\convert-TIFF-to-PDF.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-BMP-to-PDF.SII".
Specifying a 'Conversion Task' is a bit more tedious, but does not require the prior creation of a 'Conversion Job' file.
The syntax for the command line for specifying a conversion task is:
ConvertITP /S{Input File(s)} /T{Output File(s)} /F# [/G] [/V] [/R] [/L{LogFile}] [/B{LogToJobFile}] [/+] [/A{PDF Author}] [/D{PDF Creator}] [/K{PDF Keywords}] [/U{PDF Subject}] [/I{PDF Title}] [/Z] [/M#] [/W{Tiff Pages}]
NOTE: See also Convert Image to PDF command line examples to get going quickly.
Items above enclosed in square brackets "[ ]" are optional, all other 'switches' are required. Therefore /S, /T, /F# 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.
Command switches are case sensitive, therefore /T is completely different from /t.
You can include or exclude spaces between switches and parameters. For example, "/F6" is the same as "/F 6".
For long file names (e.g. a path or file name with spaces in it, or longer than 8.3 format) you are required to use double quotes. For example:
ConvertITP.EXE /S "C:\Input Folder\Coffee.bmp" /T "C:\Output Folder\CoffeeOut.pdf" /F0 /V
/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\*.BMP"). /T{Output files} should always be different from /S{Input File(s)}.
/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"). /T{Output files} should always be different from /S{Input File(s)}.
[/F#] tells ConvertITP what the input file type is. You must supply a number for the # symbol. Remember the input file type is specified by the / S{Input File(s)} switch. For all constants see File Type Constants.
[/G] Save output files to same folder as the input files. Use this instead of /T to place the converted files in the same folder as the input file. This cannot be used when /S specifies a single file. For single file use the /T switch instead.
[/V] Verbose mode. Specify this switch to display a message box indicating success or failure after the job has run. If a failure occurred a reason is usually displayed. See also /L.
[/R] Seek out and do all files found in the sub-folders specified by the /S switch. 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 used a log file 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', but 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.
[/Z] Verbose Log. All file operations will be recorded in the log
[/+] Append (concatenate) image to the end of a PDF file.
[/A{PDF Author}] Specify the Author property of the PDF file.
[/D{PDF Creator}] Specify the Creator property of the PDF file.
[/K{PDF Keywords}] Specify the Keywords property of the PDF file.
[/U{PDF Subject}] Specify the Subject property of the PDF file.
[/I{PDF Title}] Specify the Title property of the PDF file.
[/M#] TIFF ONLY: Compression Method. 0 = No compression, 1 = LZW, 2 = RLE Compression (1bpp), 3 = CCITT3 Compression (1bpp), 4 = CCIT4 Compression (1bpp)
[/W{Tiff Pages}] TIFF ONLY: Which pages to convert. You can specify the pages individually or by ranges, separated by commas. For example "/W 1,2,3,10,11" is the same as "/W 1-3,10-11".
See also:
Helpful Hints for Using the Command Line
Examples: Complete list of Examples of Using the Command Line
Specifying a 'Conversion Job' File to Run From The Command Line
Specifying a 'Conversion Task' File to Run From The Command Line
Description | Constant |
---|---|
Auto-detect the file format |
-1 |
Windows Bitmap (*.bmp) |
0 |
Windows Icon (*.ico) |
1 |
Independent JPEG Group (*.jpg) |
2 |
JPEG Network Graphic (*.jng) |
3 |
Graphic Interchange Format (*.gif) |
40 |
Commodore 64 Koala format (*.koa) |
4 |
Deluxe Paint Format (*.lbm) |
5 |
Multiple Network Graphics (*.mng) |
6 |
ASCII Portable Bitmap (*.pbm) |
7 |
Binary Portable Bitmap (*.pbm) |
8 |
Kodak PhotoCD (*.pcd) |
9 |
PCX bitmap format (*.pcx) |
10 |
ASCII Graymap (*.pgm) |
11 |
Binary Graymap (*.pgm) |
12 |
Portable Network Graphics (*.png) |
13 |
ASCII Portable Pixelmap (*.ppm) |
14 |
Binary Portable Pixelman (*.ppm) |
15 |
Sun Rasterfile (*.ras) |
16 |
Targa File (*.tga) |
17 |
Tagged Image File Format (*.tif) |
18 |
Wireless Bitmap (*.wbmp) |
19 |
Photoshop Image (*.psd) |
20 |
Dr. Halo (*.cut) |
21 |
ATLANTA, GA --- MDdatacor, inc., a leading provider of clinical information
management products for physician practices and the healthcare
industry, recently chose Convert Doc, a document conversion
utility, from SoftInterface, Inc. as its product of choice to
convert "Office" style documents to standard text files.
"We are very pleased with our decision to go with Convert Doc,"
commented Tim Lewis, MDdatacor Vice President of Information
Systems. "It is a resource efficient program that currently
converts over 75,000 documents a day for us. We like the fact that
the program has a command line interface that allows us to
integrate it into our automation routine. We evaluated other
software packages costing 10 to 20 times more, but selected
Convert Doc due to its speed and SoftInterface's service. We have
been very pleased with how quickly SoftInterface's development
team responds to our feedback and requests."
"I was surprised to see,
that when a tiff file exceeds a certain size, then Acrobat's own
conversion do not work. The image is mirrored and/or stretched.
But your software works perfectly! We have some large
geophysical logs (for example 3507 x 52761 pixels) that couldn't
be handled in Acrobat.
Best regards
Frants von Platen
GIS-developer
Ministry of the Environment"
Adobe Systems Inc. Chooses 'Convert Doc'. A custom site license has been signed by Adobe allowing them to install 'Convert Doc' on their servers. They will be using it specifically to do Doc to HTML conversions. "We look forward to using your product and potentially working together in the future", Bob Free, Adobe
Absolutely awesome. The product worked beyond what we expected. I am going to recommend the full version to our web team. Ron Johnson
EDS -BPO US Request Management
Great customer service, prompt attention to our requirements and lightening speed development
has been my experience with the staff at Softinterface Inc. Within a few hours of installing...
Bruce King, IBM Canada, Toronto, Ontario
18
Years of 'Convert Image to PDF' development. Time tested for your robust 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.