Working With PSB Files
Converting PSB File to JPEG
Using Aspose.PSD for Java, developers can convert PSB file format to JPEG file format. This topic explains the approach to load the existing PSB file and convert it to a JPEG file format.
Converting PSB File to PSD
Using Aspose.PSD for Java, developers can convert PSB to PSD file format. This article shows how to export/convert PSB files to PSD format with Aspose.PSD. Aspose.PSD for Java provides the Load method exposed by Image class to load PSB files and the same can be used to save the results. The following code snippet shows you how to convert PSB to PSD file
Converting PSB File to PDF
Using Aspose.PSD for Java, developers can convert PSB to PDF file format. This article shows how to export/convert PSB files to PDF format with Aspose.PSD. Aspose.PSD for Java provides the Load method exposed by Image class to load PSB files and the same can be used to save the results. The PdfOptions class provides options for creating the PDF such as PageSize, JpegQuality and others. These options can be used to get the desired standard of PDF.
The following code snippet shows you how to convert PSB to PDF file