We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example short: mergePdf.exe -f File1.pdf -f File2.pdf -o Output.pdf
mergePdf.exe -f File1.pdf -f File2.pdf -o Output.pdf
Example long: mergePdf.exe --file=File1.pdf --file=File2.pdf --output=Output.pdf
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/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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/
The text was updated successfully, but these errors were encountered: