mekentosj / podofo

PoDoFo is a library to work with the PDF file format. The name comes from the first letter of PDF (Portable Document Format). A few tools to work with PDF files are already included in the PoDoFo package. This repo is a fork of the code at http://svn.code.sf.net/p/podofo/code/podofo/trunk
GNU General Public License v2.0
53 stars 29 forks source link

Writing to pdf file without loading the whole pdf into memory #14

Closed cosmin42 closed 9 months ago

cosmin42 commented 9 months ago

Are there any available functions for writing a pdf(A) page to an already existing pdf(B) without loading the pdf B into memory or loading a small part of it?

I apologize if the answer is obvious, I could not find the answer into the documentation.

cosmin42 commented 9 months ago

The answer is PdfStreamedDocument.