You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andre Gregori (JIRA)" <ji...@apache.org> on 2014/10/16 20:00:33 UTC

[jira] [Created] (PDFBOX-2433) PDFPrinter does not print Acroform fields

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)