Skip to content

Simulation of printer receiving print jobs using LPD and RAW protocols. Written in Golang

Notifications You must be signed in to change notification settings

evervondel/sim-printer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimRawPrinter

Simulation of a printer receiving PDF print jobs using the RAW protocol. Written in Golang

If you want to find out what is sent to the printer when you are sending pdf print jobs to it this program will help you to find out. It implements a RAW protocol listener (typically on port 9100). You can change the port in the config file config.json.

This program stores individual print jobs in local files named printjob-x.pdf, where x is asequentially growing integer starting with 1.

Optionally, the default system pdf viewer is launched automatically. You can enable/disable this option in the config file.

About

Simulation of printer receiving print jobs using LPD and RAW protocols. Written in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%