[
https://issues.apache.org/jira/browse/PDFBOX-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14273081#comment-14273081
]
Maruan Sahyoun commented on PDFBOX-2433:
----------------------------------------
Tested with the current trunk version. Can’t reproduce the issue. A filled out
form prints fine with the original values (set by Adobe Acrobat) and after
changing the field values using PDFBox. We’d need the users PDF to reproduce
the issue or see what might have been wrong otherwise (e.g. when setting the
field values).
> 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
> Priority: Critical
> Labels: PDFPrint, printJob, printing
> Fix For: 2.0.0
>
>
> 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:
> {code}
> PDAcroForm form = document.getDocumentCatalog().getAcroForm();
> PDFieldTreeNode f = form.getField("referral");
> f.setValue("test");
> PDFPrinter pdfPrinter = new PDFPrinter(document);
> pdfPrinter.silentPrint();
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)