Andre Gregori created PDFBOX-2433:
-------------------------------------
Summary: PDFPrinter does not print Acroform fields
Key: PDFBOX-2433
URL: https://issues.apache.org/jira/browse/PDFBOX-2433
Project: PDFBox
Issue Type: Bug
Affects Versions: 2.0.0
Environment: Windows 8, Java 7
Reporter: Andre Gregori
In v 1.8, if you set a PDPageable to a PrinterJob and told it to print(), it
would print AcroForm fields if they existed.
Now, with PDFPrinter (a great improvement in many respects!) the AcroForm
fields don't print anymore.
I have tried pinpointing the problem in PDFPrinter, PDFRenderer, and
PageDrawer, but unsuccessfully.
Perhaps I am doing it wrong. Here is some code:
PDAcroForm form = document.getDocumentCatalog().getAcroForm();
PDFieldTreeNode f = form.getField("referral");
f.setValue("test");
PDFPrinter pdfPrinter = new PDFPrinter(document);
pdfPrinter.silentPrint();
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)