psd를 pdf로 변환할 수 있습니다.결과는 PDF 문서이기 때문에 PSD를 PDF로 인쇄하는 것과 비슷합니다.PSD 및 PDF 형식 모두 어도비® 에 의해 개발되었습니다.PDF는 포스트스크립트를 기반으로 하며 각 PDF에는 레이아웃에 대한 전체 설명이 들어 있습니다.PSD 형식에는 벡터 데이터 및 레이어 마스크를 포함한 레이어 데이터의 전체 설명이 포함되어 있습니다.두 형식 모두 널리 사용되며 디자이너와 개발자가 널리 사용합니다.No-Code 앱은 빠르고 간단한 솔루션입니다.
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());
}
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 savePdfFormat(String sourceFileName) {
try (PsdImage image = (PsdImage) Image.load(sourceFileName)) {
image.save(sourceFileName + ".pdf", new PdfOptions());
}
}
You can download Aspose.PSD for Java from Aspose Repository
Check the following list of documentation links:
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 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 page | Official Aspose.PSD for Java page |
Aspose.PSD for .NET Pricing plans | Aspose.PSD for Java Pricing plans |
Please check the support forum. Where you can feel the real customer care |
Aspose.PSD 에서 PSD를 PDF로 변환하는 데는 픽셀 퍼펙트 변환과 텍스트 선택 기능을 갖춘 변환의 두 가지 유형이 있습니다.완벽한 픽셀 변환을 위해서는 다음을 사용해야 합니다. 읽기 전용 모드 속성Aspose.PSD 를 하이 코드 앱으로 사용할 것인지 API 레퍼런스를 확인하십시오.텍스트를 선택할 수 있는 기능이 필요한 경우 위의 코드를 사용하십시오.