Aspose.Page’s PS Converter Plugin for Java is a plugin designed to effortlessly convert PS and EPS files into PDFs and images, seamlessly integrated into Java applications. This robust tool simplifies the conversion of Adobe PostScript (PS) files into universally compatible PDF documents and popular image formats such as JPEG, TIFF, PNG, and more.
PsConverter
& PsConverterToPdfOptions
classesPsConverterToPdfOptions.addDataSource
methodPsConverterToPdfOptions.addSaveDataSource
methodPsConverter.process
method to save PS in PDF formatPsConverter
Enhance your PDF operations by combining Aspose.Page
with other Java libraries like:
Apache PDFBox
for PDF manipulationJFreeChart
for adding charts in the generated PDFsConverting PostScript files to images using Aspose.Page involves a systematic process executed through the PsConverter.process
method. Firstly, use the PsConverterToImageOptions.addDataSource
method to load the PostScript from a specified file. Add output source using PsConverterToImageOptions.addSaveDataSource
, and specify the desired output format as JPG, BMP, GIF, TIFF or PNG. Finally, call the PsConverter.process
method while passing the PsConverterToImageOptions
object.
Absolutely, our plugin supports various PS file versions, ensuring reliable and consistent conversion across different PS formats.
Yes, the functionality of Page.PsConverter 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 Java application with multiple output options.