Browse our Products

Aspose.Page for Java 25.10 Release Notes

Improvements and Changes

Now saving XPS as image files can be done in 2 lines. Either this:

//Save XPS document as image files in the folder where input XPS file is located with the name of this XPS file with index of page suffix.
XpsDocument document = new XpsDocument(xpsFilePath);
document.saveAsImage(new JpegSaveOption());

or that:

//Save XPS document as image files in the assigned folder and file name template.
//Index of the page will be added as a suffix to file name template and the extension will be obtained from the save options. 
XpsDocument document = new XpsDocument(xpsFilePath);
document.saveAsImage(new PngSaveOption(), outputDir, fileNameTemplate);

KeySummaryCategory

Public API and Backwards Incompatible Changes

This release of Aspose.Page for Java is a maintenance release which has been migrated from the latest version of Aspose.Page for .NET. It includes all changes from the equivalent .NET version and further improves the overall stability of the API in terms of functionality.

Got any Query?

If you have any query related to Aspose.Page for Java API, please feel free to write to reach us on Aspose.Font forum. We’ll be glad to assist you with your inquiries.