[
https://issues.apache.org/jira/browse/PDFBOX-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John McDonald updated PDFBOX-2249:
----------------------------------
Attachment: PDFBoxUtil.java
JMACTest.pdf
JMAC_PDFBOX_out.pdf
I am new to using this system, so I hope I have done this correctly. The
JMACTest.pdf contains a simple test form containing a few different types of
fields. The JMAC_PDFBox_out.pdf contains the output from running the
PDFBoxUtil.java class. The goal is to create a Java Integration for IBPM (BPMN
Engine) that will allow for filling a pdf form.
Thanks for your reply, any help you can supply will be greatly appreciated.
John
> Listbox controls render incorrectly
> -----------------------------------
>
> Key: PDFBOX-2249
> URL: https://issues.apache.org/jira/browse/PDFBOX-2249
> Project: PDFBox
> Issue Type: Bug
> Components: AcroForm
> Affects Versions: 1.8.6
> Environment: Windows 7
> Reporter: John McDonald
> Attachments: JMACTest.pdf, JMAC_PDFBOX_out.pdf, PDFBoxUtil.java
>
>
> I have a form with a listbox. I update the value in the listbox using the
> following code:
> PDChoiceField c = (PDChoiceField)f;
> ((PDChoiceField)f).setValue("2");
> I have a combo box that uses the same choices, and it works fine. The issue
> has to do with the rendering of the field. The update of the value (i.e.
> setValue method) works fine, but when I look at the resulting output PDF the
> choices have become unreadable because the font has gone way large.
> I have searched the mailing list, and posted a question regarding this that
> no one has answered, so I am now assuming this is an unknown bug.
> Thanks
--
This message was sent by Atlassian JIRA
(v6.2#6252)