PDF not converting to TIFF properly

See attached pdf and resulting tiff. Conversion code is below:

Aspose.Pdf.Facades.PdfConverter pc = new Aspose.Pdf.Facades.PdfConverter();
pc.BindPdf(@“c:\temp\Document_1385449.tmp.pdf”);
pc.DoConvert();
pc.SaveAsTIFF(@“c:\temp\Document_1385449.tmp.tiff”);

Hi Will,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Thank you for sharing the template file and sample code.

I checked your issue with the latest version of Aspose.Pdf for .NET v6.5 and the Tiff file looks fine. I have attached the resultant file for your reference. Please download and try the latest version and let us know in case you still face any issue.

Thank You & Best Regards,

You’re right, it did not work in 6.1 but works in 6.5. Thanks!