https://github.com/smoeding/lpr
A replacement lpr command to send files to a JetDirect compatible printer
https://github.com/smoeding/lpr
Last synced: 12 months ago
JSON representation
A replacement lpr command to send files to a JetDirect compatible printer
- Host: GitHub
- URL: https://github.com/smoeding/lpr
- Owner: smoeding
- License: bsd-2-clause
- Created: 2017-08-01T13:54:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T17:47:01.000Z (over 5 years ago)
- Last Synced: 2025-03-06T23:25:35.247Z (over 1 year ago)
- Language: Perl
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lpr - send files to a JetDirect compatible printer without using a spooler
This Perl script is a quick hack to use an office printer without setting up a complete spooler system.
The script was written to mimic the `lpr` command that Emacs calls when printing a buffer. Instead of installing a full-blown spooler system it simply connects to a given printer (hardcoded) and submits the job. It also enables duplex printing if a PostScript file is submitted.
See the Pod documentation provided by the script for more details.