1.0.0 • Published 7 years ago
npus v1.0.0
npus
A node printing utils
How to Install
$ npm install --save npusAbout out of paper
cups use printer option to report printer options and state include paper state.
The detail information about printer include paper, marker and toner is here
Example of paper out state when start printing.
{
"printer-state-reasons": "media-empty-warning,media-empty-report"
}and
{
"printer-state-reasons": "media-empty-warning,media-empty-error,media-needed"
}After fulfilled paper, the printer-state-reasons become:
{
"printer-state-reasons": "none"
}Reference
- Printer Management pliigo-cups-agent
License
MIT © Yuan Tao