PDF to jpeg image issue in 3.9.0 ver

Hi,


I am getting issue while converting PDF to jpeg image. It generates the image but with junk characters.

Please also find attached PDF and output jpeg image.

I am using PDFKIT-3.9.0 and I am using below code for conversion.

PdfConverter converter = new PdfConverter();
converter.bindPdf(inputStream);

// set start and end pages
converter.setStartPage(pageNumber);
converter.setEndPage(pageNumber);

converter.doConvert();

Any clue ??

Hi Tejas,

I have reproduced this issue at my end and logged it as PDFKITJAVA-30235 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,

Any approximate date for fix of this issue ?

Do I need to wait for next release ?

Hi Tejas,

As you know this issue was logged recently, our team still needs to investigate it in detail. We’ll be able to share any estimate after the initial investigation. Please spare us some time and you’ll be updated with the status accordingly.

Regards,

Any updates on this ?