转换 PSD PSB 或 AI

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

Live example

Code snippet C#

Code snippet Java

Links to docs

Additional FeaturesAdd ImageDrag and drop a file or select add ImageRemove Uploaded ImageConvert to pngConvert to jpgConvert to pdfYou 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

Check the following list of documentation links:

在 Aspose.PSD 中将 PSD 转换为其他格式的代码示例免费网络应用程序可将你的 PSD、PSB 和 AI 图像转换为 Png、Pdf、Jpg、Tif、Pdf、Gif 和其他格式Please check the offical documentation https://docs.aspose.com/psd/

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 configurationsAspose.PSD for .NETAspose.PSD for JavaAspose.PSD for PythonAspose.PSD for .NET has the version for the most popular .NET versions including: .NET Framework 2, 3.5, 4.0, 4.5, .netstandard 2.0, .NET 5, 6, 7, 8, 9. Version of .NET Library for .NET 7 is suitable for the mobile developmentAspose.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 developementAspose.PSD for Python via .NET supports Python 3.5-3.13. Versions for Windows, MacOS x64, MacOS ARM and Linux are available. It's suitable for Cross-platform developmentOfficial Aspose.PSD for .NET pageOfficial Aspose.PSD for Java pageOfficial Aspose.PSD for Python via .NET pageAspose.PSD for .NET Pricing plansAspose.PSD for Java Pricing plansAspose.PSD for Python via .NET Pricing plansPlease 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 文档

PSD 到 PDF 转换器 能够选择文本PSD 转 Png 转换器 允许更改颜色模式PSD 转 Jpg 转换器 质量不同PSD 到 TIFF 转换器 功能强大且易于使用PSD 到 Bmp 转换器 为老式应用程序提供像素完美的图像质量PSD 到 Gif 转换器 使用动态调色板