wcag-pdf-cli
v6.0.5
Published
CLI for checking the Accessibility of a PDF Document
Downloads
10
Maintainers
Readme
node-wcag-pdf-cli
CLI for checking the accessibility of a pdf document using checkers.eiii.eu
npx
$ npx node-wcag-pdf-cli <url-or-path-to-file>
Installation
From npm
$ npm install wcag-pdf-cli -g
From GitHub
$ git clone [email protected]:zrrrzzt/node-wcag-pdf-cli.git
cd into directory an run the setup script
$ npm run setup
Usage
Pass in url to pdf or path to file
$ wcag-pdf <url-or-path-to-file>
Related
- node-wcag-pdf API for this module