athenapdf-prebuilt
v0.0.55
Published
a prebuilt version of the athenapdf binary
Downloads
3
Readme
athenapdf-prebuilt
a prebuilt version of athenapdf for npm.
install
npm install -g athenapdf-prebuilt
athenapdf --help
uninstall
npm uninstall -g athenapdf-prebuilt
usage
const athenapdf = require('athenapdf-prebuilt')
const {spawn} = require('child_process')
console.log(athenapdf) // prints the path to the executable
spawn(athenapdf)