Distorted page when converting PDF to TIFF via SaveAsTIFF method

I am using the SaveAsTIFF method to convert a multi page PDF file to a TIFF image.

After the conversion, the first page in my TIFF is distorted, as well as some of the images.

I am using this code:

var converter = new PdfConverter();
converter.BindPdf(@“C:\MyTest.pdf”);
converter.DoConvert();
converter.SaveAsTIFF(@“C:\FinalTiff.tif”);

I’ve attached 2 files.

The first attachment contains the PDF that I converted to TIFF.
The second attachment contains the resulting TIFF.

Hi Matt,

I have tested this issue using the latest hot fix but couldn’t notice any problem. Please download the hot fix and try it at your end. This fix will be included in our upcoming monthly release which will be published next week.

I hope this helps. If you have any further questions, please do let us know.
Regards,