Partners Contact US Site Map Blog
A professional PDF Converter, PDF Writer, PDF Creator, PDF Editor, HTML Converter, Postscript Converter, AutoCAD DWG Converter, as well as PCL Converter, etc.  

Postscript to Image Converter

Postscript to Image Converter is an application program based on Windows platform, which can directly convert PS and EPS files to dozens of image formats, such as TIFF, JPG, GIF, PNG, BMP, EMF, WMF, PCX, TGA and so on, it is render text, line, arc, ellipse, Bezier, color, image, form and any other elements from PS and EPS files to image formats quickly.

PostScript files can contain images of very high quality, but they use a very different representation of data than do raster image files. PostScript is actually a language rather than a file format. Images are specified by geometry information (such as a command saying draw a line of a given color from one point on the page to another) rather than by individual pixels. PostScript is the standard language for printers and the best fonts are written in PostScript geometry specifications so that they can be printed at the maximum detail possible. Because of this vast difference in how the files are specified, converting raster image files to and from PostScript files is a complex process and often involves significant image quality degradation. In particular, you will almost always lose something when you convert from PostScript to a raster image format and this is particularly true of text as you lose all of the detailed geometry information which PostScript can store but which raster image files can not use.

A raster image file is generally defined to be a rectangular array of regularly sampled values, known as pixels. Each pixel (picture element) has one or more numbers associated with it, generally specifying a color which the pixel should be displayed in. Raster image formats are used for saving and displaying images like digital photos, scans and screenshots.

Postscript to Image Converter offers a powerful conversion solution for generating high-quality images such as a TIFF and JPEG from PS and EPS formats. The software can be run using the handy interface or in batch mode to convert large volumes of graphics in real-time. This converter is available via an easily integrated COM object (or DLL Library, or Command Line), enabling developers to access the converter via any programming or scripting languages, such as Visual Basic, C/C++, Delphi, ASP, PHP, C#, .NET, etc. Using the COM object (or DLL Library, or Command Line), file conversions can be done consecutively or simultaneously.
 
Postscript to Image Converter converts Postscript and EPS files into following formats:
JPEG Joint Photographic Experts Group JFIF format
TIFF Tagged Image File Format
BMP Microsoft Windows bitmap
GIF CompuServe Graphics Interchange Format
PNG Portable Network Graphics
PCX ZSoft IBM PC Paintbrush file
EPSI Adobe Encapsulated PostScript Interchange format
EPSF Adobe Encapsulated PostScript
WMF Windows Metafile
EMF Microsoft Enhanced Metafile
TGA Truevision Targa image
AVS AVS X image
DCX ZSoft IBM PC multi-page Paintbrush image
JP2 JPEG-2000 JP2 File Format Syntax
MNG Multiple-image Network Graphics
PCD Photo CD
PCL Page Control Language (Raster)
PDF Portable Document Format (Raster)
PICT Apple Macintosh QuickDraw/PICT file
PNM Portable anymap
PPM Portable pixmap format (color)
PS Adobe PostScript file (Raster)
PSD Adobe Photoshop bitmap file
...... More Formats
 
Price List:
Product Name Number of Licenses Price per License Download Purchase

Postscript to Image Converter Command Line Server License v2.0

1 Server License USD$195
         
Postscript to Image Converter Command Line Developer License v2.0 1 Developer License USD$1495
         

Postscript to Image Converter SDK/COM Server License v2.0

1 Server License USD$295
         
Postscript to Image Converter SDK/COM Developer License v2.0 1 Developer License USD$1995
         
One Year Gold Support 1 Year USD$1200  
         
Server License: Licensed by per Production Server, easily to be called from ASP/PHP/C#/.NET/... etc. server side applications.
Developer License: Licensed by per Developer, Royalty Free Runtime Desktop Distribution, can be run on any number of servers/computers.
Please read the full licensing agreement for more information.
 
Key Features:
RIP PS (PostScript) and EPS files to WYSIWYG raster images
Convert PS (Postscript) and EPS to TIF, TIFF, JPG, JPEG, GIF, PNG, BMP, WMF, EMF, PCX, TGA, etc. formats
Convert PS (Postscript) and EPS to Vector formats (WMF and EMF)
 Convert PS (Postscript) and EPS to searchable WMF and EMF files
 Convert vector graphics, bitmap images and text from PS (PostScript) and EPS files into the images
 Convert to ClassF TIFF file (Fax compatible TIFF format, 204x98DPI and 204x196DPI)
 Specify any resolution in the generated Image files
 Standalone software, Ghostscript and Acrobat Distiller NOT required!
 Produce multi-page TIFF files
 Support conversion into 1, 4, 8, 8-bit grayscale or 24-bit format
 Can be launched from command line, from batch file or another application
 Extract a page range from an existing PS (Postscript) to image files
Support English, French, German, Italian, Chinese Simplified, Chinese Traditional, Czech, Danish,
Dutch, Japanese, Korean, Norwegian, Polish, Portuguese, Russian, Spanish, Swedish, Thai, etc. languages
Convert PS (Postscript) and EPS files to transparent PNG files
 
Command Line Options:
C:\>ps2img.exe
-------------------------------------------------------
Description:
Convert PS (Postscript) and EPS to TIF, TIFF, JPG, GIF, PNG, BMP, WMF, EMF, PCX, TGA, etc. formats
Usage: ps2img [options] <-i PS File> [-o Output]
-i [input PS]   : Input PS filename
-o [output file]: Output TIFF filename
-g              : Convert to 8-bit grayscale image file, this option is only available while bitcount equal 8 (-b 8)
-m              : Set output to multi-page TIFF file, the default is output to single page TIFF files
-r [resolution] : Set resolution in generated image files
-r 300          : Set horizontal and vertical resolution to 300 DPI
-r 200x300      : Set horizontal and vertical resolution to 200x300 DPI
-r 204x98       : Set horizontal and vertical resolution to 204x98 DPI
-f [first Page] : First page to convert
-l [last Page]  : Last page to convert
-c [compress]   : Set compression method in generated image files (for tif only)
    -c none     : Create TIFF file without compression
    -c lzw      : Compress TIFF using LZW arithmetic
    -c jpeg     : Compress TIFF using JPEG arithmetic
    -c packbits : Compress TIFF using packbits arithmetic
    -c g3       : Compress TIFF using CCITT G3 arithmetic
    -c g4       : Compress TIFF using CCITT G4 arithmetic
    -c ClassF   : Compress TIFF into Fax compatible ClassF 204x98 format
    -c ClassF196: Compress TIFF into Fax compatible ClassF 204x196 format
-q [quality]    : Set quality in created image files (for jpeg image only)
-b [bit count]  : Set bit count in generated image files
-?              : Help
-------------------------------------------------------
Example:
    ps2img -i C:\input.ps -o C:\output.tif
    ps2img -i C:\input.eps -o C:\output.tif
    ps2img -m -i C:\input.ps -o C:\output.tif
    ps2img -c lzw -i C:\input.ps -o C:\output.tif
    ps2img -q 80 -i C:\input.ps -o C:\output.jpg
    ps2img -b 4 -i C:\input.ps -o C:\output.tif
    ps2img -i C:\input.ps -o C:\output.tif -b 1 -c ClassF -r 204x98 -m
    ps2img -f 1 -l 9 C:\input.ps -o C:\output.jpg
    ps2img -i C:\*.ps -o C:\*.pcx
 
See Also:
PDF to Image Converter :: PDF Extract TIFF :: HTML Converter :: PDFcamp Printer :: DocConverter COM :: PDF to Word Converter :: PDF to Text Converter :: Image to PDF Converter :: Image to PDF OCR :: PDF to HTML Converter :: AutoCAD DWG and DXF to PDF Converter :: PCL to PDF Converter :: Document Printer (docPrint) :: VeryPDF PDF Editor :: PDF Password Remover :: Encrypt PDF :: PDF Split-Merge :: PDF Stamper :: VeryPDF PDFPrint :: Advanced PDF Tools :: PDF Editor Toolkit :: Text to PDF Converter :: PowerPoint to Flash :: PowerPoint Converter

Home | Site Map | VeryPDF.com | VeryPCL.com | Contact | Blog
Copyright © 2002- VeryDOC.com Company. All Rights Reserved.