Skip to content

drg-adaptive/pdfcheck

Repository files navigation

pdfcheck

Utilities to validate pdf content

oclif Version Downloads/week License

Usage

$ 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
...

Commands

pdfcheck accessibility 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

pdfcheck help [COMMAND]

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

pdfcheck list-operators FILE

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

pdfcheck validate-content [FILE]

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

About

Utilities to validate pdf content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages