I'd like to test out some features that IPP should have (namely, monitoring the number of impressions made; see this question) but I haven't got the hardware yet. How can I simulate such a printer? Is there code for a dummy IPP printer?
I'll be working in either Linux or Windows.
CUPS provides an IPP interface for printers. Using Java and jspi (as mentioned in this question; it's a bit outdated and needs some fixing, e.g. to accommodate resolution syntax for attributes) you may have the following code to access a local printer as an IPP printer:
Also available is CUPS4J which I think does the same thing, but through its own interfaces and not through
javax.print.