MergePDF
MergePDF copied to clipboard
A small pdf merging tool built upon PDFsharp.
Broke out actual merge logic to streamline testing
Implement Reorder files. Related issues #6
Example short: `mergePdf.exe -f File1.pdf -f File2.pdf -o Output.pdf` Example long: `mergePdf.exe --file=File1.pdf --file=File2.pdf --output=Output.pdf` Running without arguments from command line show help message. There are few libraries for command...
It should be possible to change order of selected pdf files also a button to remove pdf from selection
Dynamic File-Adding enhancement which is unlimited
There are currently no unit tests written for this application. It would be nice to be able to have some **good**, _meaningful_ tests, such that a good test coverage can...