Writing to pdf file without loading the whole pdf into memory
Closed this issue · 1 comments
cosmin42 commented
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
The answer is PdfStreamedDocument
.