You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Stefan Ziel (JIRA)" <ji...@apache.org> on 2018/12/06 13:44:00 UTC

[jira] [Created] (PDFBOX-4399) Printing invisible Content from PDF-Forms

Stefan Ziel created PDFBOX-4399:
-----------------------------------

             Summary: Printing invisible Content from PDF-Forms 
                 Key: PDFBOX-4399
                 URL: https://issues.apache.org/jira/browse/PDFBOX-4399
             Project: PDFBox
          Issue Type: Bug
          Components: AcroForm, Rendering
    Affects Versions: 2.0.6
            Reporter: Stefan Ziel


Printing PDF-documents with macro renders hidden content.

{code:java}
InputStream sourceStream = new FileInputStream(pFile);
try {
  PDDocument source = PDDocument.load(sourceStream);
  job.setPageable(new PDFPageable(source));
  job.print(atts);
} finally {
  sourceStream.close();
}
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org