Is there any way in Java to print to a specific IPP printer? All of the sample code and tutorials I\'ve found focus on how to print a particular type of document, using some
I do not think you can get a printer the way you would like to (I think the Java Print mechanism predates IPP).
You may, however, if I recall correctly be able to render your print job locally and then ship the bytes of the output stream to the target CUPS server "by hand". Would this be "good enough" for you?