Utilities to validate pdf content
$ npm install -g pdfcheck
$ pdfcheck COMMAND
running command...
$ pdfcheck (-v|--version|version)
pdfcheck/0.0.1 darwin-x64 node-v12.13.1
$ pdfcheck --help [COMMAND]
USAGE
$ pdfcheck COMMAND
...
pdfcheck accessibility FILE
pdfcheck help [COMMAND]
pdfcheck list-operators FILE
pdfcheck validate-content [FILE]
describe the command here
USAGE
$ pdfcheck accessibility FILE
ARGUMENTS
FILE The file to be checked
OPTIONS
-h, --help show CLI help
See code: src/commands/accessibility.ts
display help for pdfcheck
USAGE
$ pdfcheck help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
describe the command here
USAGE
$ pdfcheck list-operators FILE
OPTIONS
-h, --help show CLI help
-p, --page=page limit operator list to a specific page
See code: src/commands/list-operators.ts
describe the command here
USAGE
$ pdfcheck validate-content [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/validate-content.ts