/pdfmerge

.NET WPF desktop app using iTextSharp to merge PDF files.

Primary LanguageC#GNU Affero General Public License v3.0AGPL-3.0

PDF Merge

.NET WPF desktop app using iTextSharp to merge PDF files.

Build and Run

  1. Open PdfMergeDesktop.sln in Visual Studio (any version with NuGet enabled).
  2. Build with NuGet restore enabled (or install dependencies and then build).
  3. Run.

Contribute

I could use help writing tests for all the asynchronous functions.

Acknowledgement

This application was inspired and guided by this article on CodeProject by Igor Krupitsky.