Tilman Hausherr created PDFBOX-4725:
---------------------------------------
Summary: Listbox /AP/N has huge font
Key: PDFBOX-4725
URL: https://issues.apache.org/jira/browse/PDFBOX-4725
Project: PDFBox
Issue Type: Bug
Components: AcroForm
Affects Versions: 2.0.18
Reporter: Tilman Hausherr
Attachments: Foxit_PhantomPDF.pdf, Foxit_PhantomPDF2.pdf
Attached file shows a huge font in field "listBox" when value is set
{code}
PDDocument doc = PDDocument.load(new File("Foxit_PhantomPDF.pdf"));
PDField l = doc.getDocumentCatalog().getAcroForm().getField("listBox");
l.setValue("Black");
doc.save(new File("Foxit_PhantomPDF2.pdf"));
{code}
May be related to DA string having variable length?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]