Merge two document pages into a new single page
Product Version | Product | Author |
---|---|---|
2021.2.614 | RadPdfProcessing | Martin Velikov |
Description
This article describes how to import two PDF documents and merge their first pages into a new single page.
Solution
The following example demonstrates how to use the PdfStreamWriter in order to import and merge the first pages of two different documents into a new single page.
Example
More information you can find in the PdfPageStreamWriter, PdfFileSource, and PdfPageSource help articles.