PdfConverter runtime error: cannot convert input string into integer

I am using the PdfConverter class and it’s throwing an Exception at the doConvert() method which I am unable to debug. Can you please assist? I have attached the input PDF file used that is throwing the error. My sample code is below where cleanPdfPath is the path to the attached input file.
The error is: java.io.IOException: can not convert input string into integer

PdfConverter converter = new PdfConverter();
converter.setResolution(300.0);
converter.bindPdf(this.cleanPdfPath.getAbsolutePath());
converter.doConvert();

Hi Linda,


Thanks
for using our products.
<span style=“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-33317 in 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.