Bytescout.PDF for .NET |
Bytescout.PDF library for .NET
- extracting pages from PDF and merging with another PDF file
How to split and merge PDF documents using Bytescout.PDF library for .NET In this example Bytescout.PDF library for .NET extracts pages from one PDF document (images.pdf) and merges with another existing document (HelloWorld.pdf) and then saves into "DestinationDocument.PDF" document file. Download example source code: bytescoutpdf_example_split_and_merge_pdf.zip (600 KB)
namespace PagesAPI // Load Source Document // Create new pages manager // Take each page from source PDF document // Copy all selected in connection pages from source to
destination PDF Document
// open generated PDF document in default PDF viewer installed
in Windows Download example source code: bytescoutpdf_example_split_and_merge_pdf.zip (600 KB)
"Hello, World!" quick start step-by-step tutorials: "Hello, World!" quick start step-by-step tutorials: |
|
|
||