Aspose.Page’s PS Converter Plugin for .NET is a plugin designed to effortlessly convert PS and EPS files into PDFs and images, seamlessly integrated into .NET 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 formatGet the respective assembly files from the downloads or fetch the package from NuGet to add Aspose.Page directly in your workspace.
PsConverterToImageOptions for image-specific settingsPsConverterToImageOptions.AddDataSourcePsConverterToImageOptions.AddSaveDataSourcePsConverter.Process to generate the image filesTo utilize the PS Converter, ensure that you have the following:
Converting 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 .NET application with multiple output options.