[ 
https://issues.apache.org/jira/browse/PDFBOX-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maruan Sahyoun resolved PDFBOX-2433.
------------------------------------
    Resolution: Cannot Reproduce

Setting to resolved as testing with a pre filled form as well as a form being 
filled by PDFBox does print the fields. The most likely reason for the behavior 
the user has it that the appearance hasn’t been generated, which is not related 
to printing.

> 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)

Reply via email to