https://github.com/enlight/printjack
Simple Extensible Printer Port Monitor for Windows XP/2000
https://github.com/enlight/printjack
printer windows
Last synced: 8 months ago
JSON representation
Simple Extensible Printer Port Monitor for Windows XP/2000
- Host: GitHub
- URL: https://github.com/enlight/printjack
- Owner: enlight
- Created: 2015-06-04T12:31:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-04T13:23:11.000Z (about 11 years ago)
- Last Synced: 2023-03-11T01:05:35.527Z (over 3 years ago)
- Topics: printer, windows
- Language: C++
- Homepage:
- Size: 250 KB
- Stars: 6
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
printjack
=========
The aim of this project was to provide a port monitor and a library that allows configuration of the monitor from within
Windows XP and Windows 2000 applications, it may or may not work on newer versions of Windows. This project is no longer
under active development.
The printer port monitor can receive raw data from the print spooler, do something with it, and send it on to the printer or
elsewhere. For example an application could print directly to PDF with or without user intervention. Note that PDF generation
requires an external application to do the actual PDF generation.
There are other open source alternatives out there, mainly [Redmon](http://pages.cs.wisc.edu/~ghost/redmon/index.htm) and
[Redmon EE](http://www.is-foehr.com/).
License
=======
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)