Convert PS, EPS, and XPS

PS, EPS, and XPS conversion with API Solution for .NET.

 

Whenever the need to convert PostScript PS and Encapsulated PostScript EPS Files and XPS documents programmatically, .NET API can do it smoothly and converts multiple files. For PS and EPS, API supports Levels 1-3 PostScript operators, and most of the EPS header comments as well as transforms PostScript documents having maximum conformity with the exception of a few font cases, and API deals with such fonts as Time New Roman.

Moreover, for XPS file transformation, API can add or remove pages, deals with canvases, paths, and glyph elements, create vector graphics shapes, and text strings, convert XPS outline items, and more.

The API solution for .NET here lets you convert files of such PDL formats as PS, EPS, and XPS programmatically, but you may find it useful to see and try cross-platform developed on these native APIs.

PostScript to PDF Conversion via C# .NET.

To convert PostScript PS and Encapsulated PostScript EPS files to PDF via .NET API you need to take the next steps:

  1. Load PS or EPS file using PsDocument Class .
  2. Set the PDF saving using PdfSaveOptions Class .
  3. Use FileStream Class for output PDF file.
  4. PdfDevice Class by initializing with output PDF filestream object.
  5. Call PsDocument.Save for PDF conversion.
C# Code for PS EPS to PDF Conversion
 

PostScript to Images Conversion via C# .NET.

For any EPS/PS PostScript to image converter application, the following C# code works well, so take the next steps:

  1. Load document using PsDocument class having input file stream as a parameter.
  2. Create ImageSaveOptions Class object and initialize it with the required settings.
  3. Save each input file page to an image PNG, JPG, TIFF, BMP, etc.
C# Code for PostScript to Images Conversion



FAQ

1. Can I convert Postscript with this API solution?

Aspose.Page has functionality that allows you to convert PS, XPS, and EPS files to other formats online or programmatically. If you need to transform your files instantly online you may like to use Page Description Language format files Converter cross-platform application.

2. What Page description Languages are supported by the converter?

This conversion functionality supports files with .ps, .eps, and .xps extensions. Such famous PDLs as PDF and SVG are represented as separate solutions in Aspose.products

3. Is the functionality free?

The cross-platform converters are free, when for the API solution you can get a free Trial and then buy the product if needed.

 

Convert XPS to Images JPG, PNG, BMP via C# .NET.

.NET API also supports XPS Conversion to Images BMP, JPG, PNG, TIFF, etc., and provides XpsDocument Class for XPS operations. To convert XPS to Image take the next steps:

  1. Load XPS file from the stream.
  2. Initialize the relevant image save options e.g for XPS to JPG it is JpegSaveOptions and for XPS to PNG its PngSaveOptions . Here is list of all XPS to Image save options .
  3. Define relevant settings such as SmoothingMode, Resolution, and PageNumbers etc. for rendering. Finally iterate through document partitions to save them into images.
C# Code for XPS to Image Conversion
 
  

Support and Learning Resources