Usage:
$ pdf-tool [OPTIONS] COMMAND [ARGS]...
Options:
--help
: Show this message and exit.
Commands:
docs
: Generate documentationls
: List files in current directorymerge
: Merge pdf files in a specified order
Generate documentation
Usage:
$ pdf-tool docs [OPTIONS] COMMAND [ARGS]...
Options:
--help
: Show this message and exit.
Commands:
generate
: Generate markdown version of usage...
Generate markdown version of usage documentation
Usage:
$ pdf-tool docs generate [OPTIONS]
Options:
--name TEXT
: The name of the CLI program to use in docs.--output FILE
: An output file to write docs to, like README.md.--help
: Show this message and exit.
List files in current directory
Usage:
$ pdf-tool ls [OPTIONS]
Options:
--help
: Show this message and exit.
Merge pdf files in a specified order
Usage:
$ pdf-tool merge [OPTIONS] PDFS... OUTPUT_FILE
Arguments:
PDFS...
: Input pdf names in a desired order [required]OUTPUT_FILE
: Output file name [required]
Options:
--help
: Show this message and exit.