Download Aspose.Page for Java v20.4 (13 Apr 2020) + CRACK

Java File Manipulation APIs for XPS, PS & EPS
Create or manipulate XPS files. Convert XPS, EP & EPS documents to PDF and various images without any software dependencies.
Aspose.Page for Java is a PostScript and XPS document parsing and processing API. Developers can easily convert PS & EPS files to PDF and raster image formats. API also permits the users to create, parse and save XPS files as well as add and remove pages within the documents. Furthermore, developers may create canvases, paths and glyph elements for XPS documents and perform operations such as add or remove pages, create vectors & strings, use brushes, and manipulate the appearance of elements.
- At aGlance
- PlatformIndependence
- Supported FileFormats
Aspose.Page for Java supported file formats are listed below.
Input/Output
- Fixed Layout: XPS
Input Only
- PostScript: PS , EPS
Output Only
- Fixed Layout: PDF
- Images: PNG, JPEG, TIFF, BMP
EPS Specific Output Formats
- GIF, EMF, WMF
Aspose.Pagefor Java
Advanced XPS and PostScript API Features
PostScript language levels 1-3 are supported
Save PS & EPS files as PDF or raster images
Create or load XPS files for editing
Edit, save and render XPS outline items
Convert XPS file to images or PDF
Add or delete pages within existing XPS documents
Specify colors using different color spaces
Handle multiple documents within XPS file
Create vector graphics with the help of primitives
Create or Parse XPS Documents
API creates XPS files on the fly or loads existing documents for parsing and manipulation. It can perform different operations like changing the appearance of graphics and text strings, specifying colors in different color spaces, manipulate device configuration information, user intent and much more.
Java developers can easily integrate all these features with just a few lines of code.
Create XPS file from scratch - Java
// create document
XpsDocument nwDoc = new XpsDocument();
// add glyph to the document
com.aspose.nwDoc.XpsGlyphs glyphs = nwDoc.addGlyphs("Arial", 12,
XpsFontStyle.Regular, 300f, 450f, "Hello World!");
glyphs.setFill(xps.createSolidColorBrush(Color.BLACK));
// save result
nwDoc.save(dir + "output.xps");
Convert PostScript Files to PDF & Images
The library provides specialized classes for converting PS & EPS files to PDF & raster image formats. The configuration of the conversion process is easy to control the quality of images within the PDF as well as for standalone images. Furthermore, developers may easily suppress errors if they are working with batches.
DOWNLOAD NOW !