Aspose.Page’s XPS Converter Plugin for Java is a plugin designed to effortlessly convert XPS files into PDFs and images, seamlessly integrated into Java applications. This robust tool simplifies the conversion of XPS files into universally compatible PDF documents and popular image formats such as JPEG, TIFF, PNG, and more.
XpsConverter
& XpsConverterToPdfOptions
classesXpsConverterToPdfOptions.addDataSource
methodXpsConverterToPdfOptions.addSaveDataSource
methodXpsConverter.process
method to save XPS in PDF formatConverting XPS files to images using Aspose.Page involves a systematic process executed through the XpsConverter.process
method. Firstly, use the XpsConverterToImageOptions.addDataSource
method to load the PostScript from a specified file. Add output source using XpsConverterToImageOptions.addSaveDataSource
, and specify the desired output format as JPG, BMP, GIF, TIFF or PNG. Finally, call the XpsConverter.process
method while passing the XpsConverterToImageOptions
object.
Our plugin streamlines the document conversion workflow, ensuring an effortless and enhanced user experience within your Java application.
Certainly, our plugin ensures compatibility with various XPS file versions, providing reliable and consistent conversion across different XPS specifications.
Absolutely, the plugin is designed to maintain the integrity of text, images, and formatting of your original XPS file, ensuring the preservation of document quality.