Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing spooling with IPP #74

Open
realleoman opened this issue Jul 11, 2019 · 3 comments
Open

Implementing spooling with IPP #74

realleoman opened this issue Jul 11, 2019 · 3 comments

Comments

@realleoman
Copy link

@williamkapke Is it possible to implement a Spooler (or a spooling method) with IPP? Just wondering if that can be supported and how.

Thanks for your feedback!

@michaelrsweet
Copy link

@realleoman Is your question whether IPP printers can implement spooling, or whether a print spooler can implement IPP?

There are some (high end) printers and print servers that support spooling multiple jobs, however most do not handle more than a single job at a time which is why a local spooler (like CUPS) is used to handle spooling, file conversion, and communications with the printer...

@realleoman
Copy link
Author

HI @michaelrsweet I'm trying to implement a spooler service with IPP enabled printers using nodeJS IPP library. Not sure if there are any libraries for spooling (compatible with nodeJS) or, if someone has been working, I'd appreciate a good advice.

@michaelrsweet
Copy link

@realleoman I’m no node.js expert, but a spoiler is typically a fifo queue (modulo any priority scheme) with optional conversion capability. Not a whole lot needed to implement a queue and there are third party tools that can perform conversion (MuPDF for one)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants