PdfConverter does not show the Signature Field in the Image

PdfConverter does not show the Signature Field in the Image. there is some thing missing in code?

Here is a sample code.

PdfConverter converter = new PdfConverter();
converter.bindPdf(“d:/data/pdf/comparison1.pdf”);
converter.setResolution(300);
converter.doConvert();
int imageCount = 1;
while (converter.hasNextImage()) {
converter.getNextImage(“d:/data/pdf/”+imageCount + “.jpg”, ImageType.JPEG);
imageCount++;
}


Hi Farooq,


Thanks for contacting support.

Can you please share the source PDF file so that we can test the scenario at our end. We are sorry for this inconvenience.

Hi,

kindly find the attached sample Pdf as you requested. I try with different PDF the result is the same i.e Signature field does not show in the image.



Regards

Farooq Rashed Khatana

Hi Farooq,

Thanks for sharing the resource file.
I have tested the scenario and I am able to reproduce the same problem. For the sake of correction, I have logged it in our issue tracking system as PDFKITJAVA-33298. We will investigate this issue in details and will keep you updated on the status of a correction.

We apologize for your inconvenience.