Working With PSB Files

Converting PSB File to JPEG

Using Aspose.PSD for .NET, developers can convert PSB file format to JPEG file format. This topic explains the approach to load existing PSB file and convert it to JPEG file format.

Converting PSB File to PSD

Using Aspose.PSD for .NET, developers can convert PSB to PSD file format. This article shows how to export/convert PSB file to PSD format with Aspose.PSD. Aspose.PSD for .NET provides the Load method exposed by Image class to load PSB files and same can be used to save the results. The following code snippet shows you how to convert PSB to PSD file.

Using Aspose.PSD for .NET, developers can convert PSB to PDF file format. This article shows how to export/convert PSB file to PDF format with Aspose.PSD. Aspose.PSD for .NET provides the Load method exposed by Image class to load PSB files and 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.

Converting PSB File to PDF

The following code snippet shows you how to convert PSB to PDF file