PdfConverter saveAsTIFF creating blank TIFFs

The following code produces a blank TIFF. The PDF that is causing the problem is attached.

public void testExtract(){
ArrayList barcodes;

PdfConverter converter = new PdfConverter();

com.aspose.pdf.kit.License pdfKitLicense = new com.aspose.pdf.kit.License();

FileInputStream inputStream = null;
try{
inputStream = new FileInputStream(new File(“Aspose.Total.Java.lic”));
pdfKitLicense.setLicense(inputStream);

}catch(Exception e){
e.printStackTrace();
}

try{
converter.bindPdf(“C:\temp\img-X14105500.pdf”);

converter.doConvert();

converter.savaAsTIFF(“text.tif”);
}
catch(Exception e){
e.printStackTrace();
}

}

Hi Tim,

Thank you very much for considering Aspose.

I have reproduced the problem at my end and logged it as PDFKITJAVA-11074 in our issue tracking system. Our team will be looking into the matter and you’ll be updated via this forum as the issue is resolved.

We’re sorry for the inconvenience.
Regards,

Are there any updates on this?

Regards,
Tim

Hi Tim,

I’m sorry to inform you that this issue is not yet resolved. Our team is working on this issue and I’m afraid it might take some time. However, we’ll try to resolve the issue, the earliest possible. We’ll update you via this forum thread, once the issue is resolved.

We’re sorry for the inconvenience.
Regards,