免费的在线应用程序可转换PSD

多格式 PSD、PSB 和 AI 转换器

将 psd 转换为不同格式的能力是一项广泛要求的功能。Aspose.PSD 在上面精确到像素级了。你可以将 PSD 转换为任何格式,这个内置的转换应用程序提供 “psd 保存为 png”、“psd 转换为 jpg”、“psd 到 pdf 转换”

Drag and drop a file or select add Image

your image

You can reproduce the main functionality of this built-in app using Aspose.PSD for .NET

    using (PsdImage image = (PsdImage)Image.Load(sourceFileName))
    {
        image.Save(sourceFileName + ".pdf", new PdfOptions());
        image.Save(sourceFileName + ".jpg",  new JpegOptions() { Quality = 75 });
        image.Save(sourceFileName + ".png",  new PngOptions() {  ColorType = PngColorType.TruecolorWithAlpha });
    }

You can download Aspose.PSD for .NET from Nuget package manager

You can reproduce the main functionality of this built-in app using Aspose.PSD for Java

public static void saveImageFormats(String sourceFileName) {
        try (PsdImage image = (PsdImage) Image.load(sourceFileName)) {
            image.save(sourceFileName + ".pdf", new PdfOptions());
            image.save(sourceFileName + ".jpg", new JpegOptions() {{
                setQuality(75);
            }});
            image.save(sourceFileName + ".png", new PngOptions() {{
                setColorType(PngColorType.TruecolorWithAlpha);
            }});
        }
    }

You can download Aspose.PSD for Java from Aspose Repository

This App is completely free, but it just a small piece of functionality that offers for you Aspose.PSD library. You can make your own app with any functionality of Aspose.PSD. If you can not find needed feature in Aspose.PSD, you can post on PSD Support Forum. The great support, different priceing plans, prioritized bug fixes and feature releasing for the Paid Support Customers.

List of Aspose.PSD versions for different configurations

Aspose.PSD for .NET

Aspose.PSD for Java


Aspose.PSD for .NET has the version for the most popular .NET versions including: .NET Framework 2, 3.5, 4.0, 4.0CP, .netstandard 2, .NET 5, 6, 7. Version of .NET Library for .NET 7 is suitable for the mobile development
Aspose.PSD for Java made on the Java 1.6, so it can be used in the any popular Java configurations. It's suitable for Cross-platform developement
Official Aspose.PSD for .NET pageOfficial Aspose.PSD for Java page
Aspose.PSD for .NET Pricing plansAspose.PSD for Java Pricing plans

Please check the support forum. Where you can feel the real customer care


Aspose.PSD 转换功能已准备就绪,可以在 Windows、Linux 和 Mac 服务器上使用。PSD Convert 本地解决方案适用于 Java 和最新版本的 .Net 以及 .Net Framework 2.0 +

高度专业化的 Adobe 格式转换器

如果您需要更专业的转换器,只需查看以下内置应用程序即可。Aspose.PSD 的强大功能带来无限的转换可能性。其他功能可以在中找到 PSD 文档

  Product Family

Adobe Photoshop 文件格式解决方案

High Code API 和适用于 PSD、PSB 和 AI 文件格式的免费应用程序,不依赖 Adobe Photoshop 和 Adobe Illustrator