Problem exporting PDF page to PNG

Hi -



I’m using the following code to extract the first page from a PDF to a PNG file with poor results. Attached is the ppt that was exported to PDF using Slides, the resultant pdf and the png extracted using PdfConverter.



Thanks!

Dave





PdfConverter converter = new PdfConverter();

converter.bindPdf(thingFile.getAbsolutePath());

converter.doConvert();

if (converter.hasNextImage()) {

converter.getNextImage(previewFile.getAbsolutePath(), ImageType.PNG);

}

Hi Dave,

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

We’re sorry for the inconvenience.
Regards,

Is there an ETA for this fix?

Hi Dave,

I’m sorry to inform you that this issue is not yet resolved. Our team still needs to investigate it in detail. You’ll be updated as soon as the ETA is available.

We’re sorry for the inconvenience. If you have any further questions, please do let us know.
Regards,