Exception while converting .psd to pdf

I’m looking for a solution convert .psd files to pdf. Tried with below sample as well but it is throwing an image loading failed exception. I am using Aspose.Imaging 23.3.0 version

using (var img = Aspose.Imaging.Image.Load(@“C:\Figure1.psd”))
{
PdfOptions exportOptions = new PdfOptions();
exportOptions.PdfDocumentInfo = new Aspose.Imaging.FileFormats.Pdf.PdfDocumentInfo();
img.Save(pdfFile, exportOptions);
}

Can you please help me on this.Figure1.zip (8.7 MB)

@amolm, Aspose.Imaging does not support loading of psd image, only export to psd. To load psd images you may use Aspose.Psd product or ask on Aspose.Psd forum Aspose.PSD Product Family - Free Support Forum - aspose.com