jpabeem / MergePDF

A small pdf merging tool built upon PDFsharp.
MIT License
16 stars 13 forks source link

Command line interface #17

Open floatas opened 6 years ago

floatas commented 6 years ago

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 line arguments that could be used: https://github.com/docopt/docopt.net https://www.nuget.org/packages/CommandLineParser/ https://www.nuget.org/packages/PowerArgs/