Merging Two PDF Documents by Alternating Pages from Both Files in C#

This example shows how to merge two PDF documents, alternating a page from the first document and a page from the second document. This can be useful when you don’t have a duplex option on your scanner and want to scan a batch of documents, so you can acquire the frontsides first and then the backsides.

Information

This code sample is an example that illustrates how to use our SDK. Please adapt it to your specific use case.