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 Ziegler (Jira)" <ji...@apache.org> on 2022/09/30 07:44:00 UTC

[jira] [Created] (PDFBOX-5522) Add public void save(COSWriter writer) to PDDocument

Stefan Ziegler created PDFBOX-5522:
--------------------------------------

             Summary: Add public void save(COSWriter writer) to PDDocument
                 Key: PDFBOX-5522
                 URL: https://issues.apache.org/jira/browse/PDFBOX-5522
             Project: PDFBox
          Issue Type: New Feature
          Components: PDModel
    Affects Versions: 2.0.28, 3.0.0 PDFBox
            Reporter: Stefan Ziegler
         Attachments: PDDocument.java.patch

Please add the following method to PDDocument:

 
{code:java}
public void save(COSWriter writer){code}
 

Why? This gives us the possibility to use a custom COSWriter when saving the PDF file. Inside the custom COSWriter we can add some checks and convert some data structures if required.

Patch is attached.

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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