I\'m using the following code in order to send a print job to a specific printer: PrintServiceAttributeSet aset = new HashPrintServiceAttributeSet();
Is there any tool existing or any shortcut that can be used to extract print job payload from IPP packets(captured via wireshark utility)?
Is there any way in Java 开发者_如何学Pythonto 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 something li