Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.
/ paper-cutter Public archive

A script for submitting print jobs to a PaperCut MF Printer using puppeteer.

License

Notifications You must be signed in to change notification settings

0xcaff/paper-cutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paper-cutter

A script to programmatically submit print jobs to a PaperCut MF Printer using puppeteer.

Installation

yarn global add https://github.com/0xcaff/paper-cutter

Usage

paper-cutter \
  --login-page 'https://print02.main.ad.rit.edu/app' \
  --username 'mxc4400' \
  --password 'THISISMYPASSWORD' \
  homeworkToPrint.pdf

When running in docker the --no-sandbox flag needs to be used.

paper-cutter \
  --login-page 'https://print02.main.ad.rit.edu/app' \
  --username 'mxc4400' \
  --password 'THISISMYPASSWORD' \
  homeworkToPrint.pdf \
  -- --no-sandbox

A docker image with puppeteer and paper-cutter is available here (0xcaff/paper-cutter).

About

A script for submitting print jobs to a PaperCut MF Printer using puppeteer.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published