Aspose.Page’s XPS Converter Plugin for .NET is a plugin designed to effortlessly convert XPS files into PDFs and images, seamlessly integrated into .NET 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 PS in PDF formatGet the respective assembly files from the downloads or fetch the package from NuGet to add Aspose.Page
directly in your workspace.
For comprehensive documentation and troubleshooting tips, visit our Documentation page or contact support via email.
Converting PostScript 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.
Absolutely, our plugin supports various PS file versions, ensuring reliable and consistent conversion across different PS formats.
Yes, the functionality of Page.XpsConverter ensures that the output PDFs and images faithfully represent the details of your original PS files.
Certainly, you have the flexibility to choose between PDF and popular image formats such as PNG, JPEG, and TIFF. This allows you to provide users of your .NET application with multiple output options.