Merge PDF files while preserving their annotations
Product Version | Product | Author |
---|---|---|
2023.2.713 | PdfProcessing | Yoan Karamanov |
Description
This article describes how to merge PDF documents without loss of supported annotations with the help of the PdfStreamWriter and PdfFileSource.
Solution
The following approach takes a collection of paths, creates a new RadFixedDocument instance, appends the documents from those paths to the newly created RadFixedDocument and returns it as a result.