Pdf to tiff - garbled text

This may be related to other posts about pdf to tiff conversion issues. My input pdf and output tif files are attached. Please notice the garbled text throughout the document.
Below is the the code snippet I’m using:
PdfConverter converter = new PdfConverter();
converter.setResolution(300.0);
converter.bindPdf(this.cleanPdfPath.getAbsolutePath());
converter.doConvert();
// convert pages to images
String suffix = “.png”;
int imageCount = 1;
while (converter.hasNextImage()) {
converter.getNextImage(imageCount + suffix, ImageType.PNG);
imageCount++;
}
converter.saveAsTIFF(this.tifImageOutputDirectory + File.separator
+ this.tifImageName);

Any help is appreciated. Thank you.

Hi Linda,


Thanks for using our products.<span style=“font-size:10.0pt;font-family:“Arial”,“sans-serif”;mso-fareast-font-family:
“Times New Roman”;color:#333333”><o:p></o:p>

I have tested the scenario and I am able to notice the same problem. For the sake of correction, I have logged this issue as PDFKITJAVA-33292in our issue tracking system. We will further look into the details of this problem and will keep you updated on the status of correction. Please be patient and spare us little time. We are sorry for this inconvenience.