Merge two or more PDF files into one PDF file.
The resulting file is generated through rasterization, so its size is, in general, greater than the sum of the original files' sizes.
Additional features:
- Load images in common formats
- Save one pdf or one image per page: the output file naming convention is
filename_pag_{number}.ext
(i.e.singlepage_pag_1.pdf
,singlepage_pag_2.pdf
, etc.) - Save files as OpenXPS files (*.oxps) or XPS files (*.xps)
- Merge specific page ranges; pages can also be duplicated and merged in reverse order.
For example, specifying2-5, 7, 20-15, 1, 3
generates the output pages in the following order:2,3,4,5,7,20,19,18,17,16,15,1,3
.
This application requires the .NET 8.0 Runtime; it can be automatically downloaded and installed on the application's first run.
This project is licensed under the terms of the MIT license.