jipp
jipp copied to clipboard
A Java-compatible implementation of IPP
Fix #125 Other fix: - Fix for failure to copy media-size assignment to finishings-col media size - Fix logic to not delete attributes with extension suffix. - Warning for syntax...
As per latest IANA spec https://www.iana.org/assignments/ipp-registrations/ipp-registrations.xhtml, MediaColDatabase and MediaColReady has different attribute types for MediaSize member attribute. ``` media-col -> media -size -> (x-dimension, y-dimension) -> integer(1:MAX) media-col-database -> media...
I need to print using the second tray if the first is empty, and printer can do this itself but not it doesn't (maybe I don't write some params to...
Test build for HP Roam team request
At present certain collection objects may contain any number of other attributes. For example, [PWG5100.13](https://ftp.pwg.org/pub/pwg/candidates/cs-ippjobprinterext3v10-20120727-5100.13.pdf) defines `job-resolvers-supported` and `job-constraints-supported` whose values are collections having a single defined `resolver-name` but may...
From section 8.4.2 of PDF 32000-1:2008 - The q operator shall push a copy of the entire graphics state onto the stack. - The Q operator shall restore the entire...
Currently jsample only supports client behavior. Show server behavior as well for a complete end-to-end demonstration.
Hi, I need to create an android application, with basic functionality that when the user taps print(UI button) the app should automatically send print requests to some printer, with no...
Some of the clients use operation which are deprecated as per latest ipp-registrations release. Reported issue for operation Send-URI and attributes _document-uri_ and _reference-uri_ Request to add support for deprecated...
Hi, We are trying to apply overrides in a print job, for example to use a different media for the first page or to apply sides to the first page,...