Comb Fields

Hi there,

I seem to have a problem populating comb fields on a pdf. The field is populated with the value I want, but the entire value is appended to the last element of the comb. I have attached the files generated by the code below…

String xmlIn = “comb_form.xml”;
String pdfIn = “comb_form.pdf”;
String pdfOut = “comb_form_out.pdf”;
Form form = new Form(pdfIn, pdfOut);
FileInputStream xmlInputStream = new FileInputStream(xmlIn);
form.importXml(xmlInputStream);
form.flattenAllFields();
xmlInputStream.close();
form.save();
form.close();

Please can you help me…

Hi Roy,

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

Hi,


How can I escalate this issue? It is needed urgently for one of our clients.

Thanks and kind regards,

Roy

Hi Roy,

I would like to share with you that I have increased the priority of this issue. However, I’m afraid, we’re unable to share the ETA for this issue at the moment due to the other high priority issues in the development queue. You’ll be updated via this forum thread once this issue is resolved.

We’re sorry for the inconvenience and appreciate your cooperation.
Regards,