pappl
pappl copied to clipboard
PAPPL - Printer Application Framework
Add support for IPP INFRA (PWG 5100.18) and SYSTEM (PWG 5100.22) to function as an infrastructure printer. Tasks: - [x] IPP Notifications (RFC 3995/3996) support - [x] IPP System service...
Would be really nice to add (optional) persistence for jobs. Specifically: - [x] Load/save job history - [x] Load/save pending (and retained) job files - [ ] Support for job-retain-until/-time/-interval...
Would be nice to support held jobs and the job-password attribute. Tasks: - [ ] Support job-hold-until/-time Job Template attribute and associated Printer attributes - [ ] Support Hold-Job and...
**Describe the bug** The papplDeviceParseID() function has the following signature / prototype: `int papplDeviceParseID(const char *device_id, cups_option_t **pairs); ` It is expected that "pairs" is then used with cupsGetOption(). That...
In case users would like to prevent sharing services from printer applications to local network, restrict it to localhost and let CUPS do the sharing. This can be done by...
In case users would like to prevent sharing services from printer applications to local network, restrict it to localhost and let CUPS do the sharing. This can be done by...
i'm working on a snap-less pkg build of hplip-printer-app. the `pappl` prereq hits some build fails for src ``` git clone https://github.com/michaelrsweet/pappl cd pappl git log -n1 commit 988b90a7bf9dab4c77c34ea30e3a657376686079 (HEAD...
Actively updating for solving #130, #131 , #133 , #134.
This pull request is extension of my previous pull request, which got deleted by mistake when I was trying to add changes in that pull request. What changes I'm doing...