Products->CZ PDF to Image Converter:

CZ PDF to Image Converter V1.0

About
CZ PDF to Image Converter is the powerful batch PDF converter that converts many Postscript Files (PDF, PS, EPS, PXL) to Picture/Image Files (PNG, JPEG, TIFF, PNM, BMP,FAX TIFF,PCX,PSD) and Postscript Files (PDF, PS, EPS, PXL)! It doesn't require Adobe Acrobat to be installed and supports watermark output .

CZ PDF to Image Converter supports batch conversion, command line and folder watcher. Batch conversion ability allows you to convert an unlimited number of PDF files at a time.

To convert your documents, just select destination file format, then click "Add Files" or "Add Folders" button to add files, final click "Convert" button to get conversion result, it is very easy to use!

Key Features

  • Source file formats include Postscript Files (PDF, PS, EPS, PXL etc), (doesn't require Adobe Acrobat to be installed)
  • Destination file formats include Picture/Image Files (PNG, JPEG, TIFF, PNM, BMP,FAX TIFF,PCX,PSD) and Postscript Files (PDF, PS, EPS, PXL), , you can get detail information from Supported File Format List.
  • supports watermark output, creates encrypted documents and other many options
  • supports batch conversion with power file filters, and you can add the files in subfolders to convert, and can exclude file name or file path, and can specify destination file name with date and time and directory.
  • support command line arguments.
  • watch source file folders and convert new uploading PDF documents automatically.
  • supports drag files and folders from your desktop.
  • fit to convert so much as over 1 million files in folder, you need not wait at all.

System Requirements
1.You will need a Pentium 150 PC or higher, 16MB RAM or more. 
2. The operating system should be 32 bit or 64 bit Win95, Win98, Win2000, WinNT 4.0, WinME, WinXp, Win2003, Win Vista, Win 7, Win 8, Win 2008, Win 2012.

Supported File Format List

File Formats Whether can be opened? Whether can be saved? Note
Acrobat PDF Files(*.pdf)

postscript language levels 1(*.ps)

postscript language levels 2 and 3(*.ps)

encapsulated postscript(*.eps)

HP PCL-XL(*.pxl), a graphic language understood by many recent laser printers

Y Y doesn't require Adobe Acrobat to be installed, supports watermark, creates encrypted documents and other many options

Portable Network Graphics(*.png), is the recommended format for high-quality images. It supports full quality color and transparency, offers excellent lossless compression of the image data, and is widely supported.

JPEG Files(*.jpg)

PNM (portable network map)(*.pnm), very simple uncompressed image formats commonly used on unix-like systems

Color and Black-White TIFF Files(*.tiff)

G3 G4 TIFF FAX Files(*.tiff)

BMP Files(*.bmp)

PCX Files(*.pcx)

PSD Files(*.psd), PSD is the image format used by Adobe Photoshop

N Y

supports watermark and other options


What's New In CZ PDF to Image Converter?

2012-12-27 release CZ PDF to Image Converter V1.0 Build121227, supports Postscript Files (PDF, PS, EPS, PXL) to Picture/Image Files (PNG, JPEG, TIFF, PNM, BMP,FAX TIFF,PCX,PSD) conversion. It doesn't require Adobe Acrobat to be installed and supports watermark output .

Screenshots

convert pdf to jpg pdf to jpg folder watcher
Manual Convert Folder Watcher

Faq
How does "Manual Convert" work?
Please click "Manual Convert" tab sheet, you can simply press the "add files" button, then select the files to batch conversion list with ctrl or shift key, or click the "add folders" button to select the file folder. finally press the "convert" button, in a short time you will have finished conversion!

How does "Folder Watcher" work?
Please click "Folder Watcher" tab sheet, then click "Add Watch" button, and show a "Add Watch" dialog, and input "Source File Path", "destination File Path" and "File Filter", press "OK" button, you will add a file watch to folder watcher list. finally press "Start Watch" button, while the pdf documents are copied to the source path, then this folder watcher can automatically convert them into image format of destination file path.

How to use command line run?
usage:  
pdf2image <file path> [/d:<destination path>] [/f:<destination file format code>] [/s] [/e:<exclude words in file name or file path>] [/ef:<exclude file list file>]

CZ PDF to Image Converter will usually return 0 if the conversion is successful; otherwise, return the number of conversion errors. You can, then, use an IF (NOT) statement with a 0 return code in batch files and other automated processing. For Example:

@echo off
pdf2image "d:\program files\test\*.pdf"
if %errorlevel% equ 0 echo convert ok
if %errorlevel% geq 1 echo convert error, the number of conversion errors are %errorlevel%, you can see the detail errors from error.log

In the example above, if no error occurs the batch file will echo convert ok. However, if an error occurs it will echo the number of conversion errors.

file path   The path and files want to be converted,  this parameter must exist. (use quotes when paths contain spaces)
for example, "d:\test\*.xls" or "c:\program files\test\some*.pdf"
/f:<destination file format code>

Destination file format code, default value is -7 jpeg Files(*.jpg)
the format code list is following:
-7        jpeg Files(*.jpg), default value
-6        PNG Files(*.png)
-8        BMP Files(*.bmp)
-9        PNM Files(*.pnm)
-10      TIFF Files(*.tif)
-17      FAX TIFF Files(*.tif)
-11      PCX Files(*.pcx)
-12      PSD Files(*.psd)
-1        PDF Files(*.pdf)
-5        PS Files(*.ps)
-15      PS2 Files(*.ps)
-16      EPS Files(*.eps)
-18      PXL Files(*.pxl)


for example, /f:-7, means you want convert documents to JPG/JPEG file format

/d:<destination folder> Destination folder (use quotes when paths contain spaces)
for example, /d:"d:\test", means file convert result will be saved to d:\test folder
/s Include the files in subfolders
[/e:<exclude words in file name or file path>] Exclude words in file name or file path, (use quotes when paths contain spaces)
Hint: use ; as multi words's delmited char, for example this;test ,  supports wildcards (just * and ?), for example *_?_*.pdf matchs test_2_sdsd.pdf

for example /e:"\inc\;test-;test*s", means you want to exclude file name or file path include \inc\ and test- and test*s

[/ef:<exclude file list file>] Exclude file list, the list is saved in text file

for example /ef:"exclude.lst", means you want to exclude file, the exclude file list is saved  in exclude.lst, an exclude file per line, exclude file name supports wildcards (just * and ?), for example *_?_*.pdf matchs test_2_sdsd.pdf  

exclude.lst example is below:
sales_*.pdf
exceptions-production*.pdf
exceptions-prebook-production.-closed.22.pdf

example 1:  
convert all PDF files in disk "d:\program files\test\*.pdf" to xls files, the destination path is d:\destination 
            pdf2image "d:\program files\test\*.pdf" /d:d:\destination /s

example 2: 
convert all PDF files in "d:\program files\test\"  to JPG/JPEG files include sub-folder
           pdf2image "d:\program files\test\*.pdf" /f:-7 /s

example 3: 
convert all PDF files in "d:\program files\test\*.pdf"  to JPG/JPEG files, exclude result.pdf, eom.pdf and test3.pdf
           pdf2image "d:\program files\test\*.pdf" /s /e:result.pdf;eom.pdf;test3.pdf

We are evaluating your product for our software product. We would like to distribute your product with our product if it fits to our requirement. We are interested knowing price structure for distribution license, where we can bundle your product with our product.
You can choose to pay for each copy, or pay for Developer License. After you order the developer license, there is not any limit for the developer license, you can bundle our product to your application, then redistribute your application to anyone, any times, and anytime.
You can order it from http://www.convertzone.com/goto/order-pdf-to-image-dev.php

How we can redistribute your product with our product? If it is possible, What file we need to insert in our setup?
You only just add CZ PDF to Image Converter.exe and register.key to your setup, then ok.

Please click below button to buy CZ PDF to Image Converter now, 100% Secure on-line

Tips