I have a Psd file with resolution 300 dpi.
I then convert it To Pdf like this:
using var image = Image.Load(input, new PsdLoadOptions()
{
});
Console.WriteLine(image.Width);
Console.WriteLine(image.Height);
image.…...when converting from PSD to PDF Aspose.PSD Product Family nielsbosma...7, 2022, 4:43pm #1 I have a PSD file with resolution 300 dpi...