PostScript to Image Converter SDK is a DLL SDK Library for developers. PS to Image Converter SDK is a fast and affordable DLL library to batch convert PostScript PS and EPS files to image formats, such as TIFF, JPEG, PNG, BMP, PCX, GIF, WMF, EMF, TGA and so on. PS to Image Converter SDK retains the original layout, images, text contents, lines, ellipses, colors, and formatting of the original PS and EPS files to image files.
PostScript to Image Converter SDK does NOT require the third part products, it keeps original PS formatting and interrelation of text and graphical elements on each page. Created image files can be viewed on any computer with any image viewer application. You can also set the image quality, image color, image resolution, etc. options before render PostScript PS and EPS files to image files.
PostScript to Image Converter SDK Key Functions:
* Support dozens of image formats, include TIF, TIFF, JPG, GIF, PNG, BMP, PCX,
WMF, EMF, TGA etc.
* Able to produce multi-page TIFF files.
* Support for PACKBITS, CCITT Fax4/Fax3, LZW, RunLength, JPEG, etc. compression
of TIFF files.
* Able to create image files in 1bit, 4bit, 4-bit grayscale, 8bit, 8-bit
grayscale or 24-bit color depth.
* Able to create image files in bitonal, grayscale, full color, etc. color
spaces.
* Options to control target compression algorithm and quality.
* Options to convert each page or a custom page range to image files.
* Change DPI settings depending on your needs.
* Convert PS and EPS files to raster image files and vector files without need
any third part products.
* Full PS color support.
* Support all Windows systems.
* Support both 32bit and 64bit Windows systems.
* Support Microsoft Windows XP/Vista/7/8/10 of both 32-bit and 64-bit, and later
systems.
C# example to call PostScript to Image Converter SDK to convert PS or EPS files to image files:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using PS2Image; using System.IO; namespace WindowsFormsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { string appPath = Path.GetDirectoryName(Application.ExecutablePath); string strInFFile = appPath + "\\test_1596184.eps"; string strOutFile = appPath + "\\_test_1596184.png"; System.Type VeryPDFType = System.Type.GetTypeFromProgID ("PS2Image.PS2ImageClass"); PS2Image.PS2ImageClass VeryPDFCom = (PS2Image.PS2ImageClass) System.Activator.CreateInstance(VeryPDFType); VeryPDFCom.com_VeryPDFPSToImageSetCode ("XXXXXXXXXXXXXXX"); int nRet = VeryPDFCom.com_VeryPDFPSToImageConverter( strInFFile, strOutFile, 0, 200, 200, 32773, 0, -1, -1, 100, 24, 0, "", "", 1); MessageBox.Show("Conversion finished."); } } }
Related Products
Tags: ps to image, ps to tiff, ps to bmp, ps to jpeg, ps to gif, ps to png, ps to tga, ps to pcx, ps to emf, ps to wmf, ps to jpg, ps to tif, ps to photo, ps to picture, ps to raster, render ps file, ps to bitmap, eps to image, eps to tiff, eps to bmp, eps to jpeg, eps to gif, eps to png, eps to tga, eps to pcx, eps to emf, eps to wmf, eps to jpg, eps to tif, eps to photo, eps to picture, eps to raster, render eps file, eps to bitmap, postscript to image, postscript to tiff, postscript to bmp, postscript to jpeg, postscript to gif, postscript to png, postscript to tga, postscript to pcx, postscript to emf, postscript to wmf, postscript to jpg, postscript to tif, postscript to photo, postscript to picture, postscript to raster, render postscript file, postscript to bitmap, convert ps to image, ps to image converter