Testing IPP Printing with ipptool
Posted
by
senloe
on Super User
See other posts from Super User
or by senloe
Published on 2013-10-29T20:12:05Z
Indexed on
2014/05/28
3:36 UTC
Read the original article
Hit count: 2117
I'm trying to send an IPP print job using the ipptool. Using the sample .test files, I can send commands to the printer, but I am unable to successfully use the print-job.test file.
Here's an example using ipptool.
c:\...>ipptool -v ipp://name.local.:631/ipp/printer print-job.test
ipptool: Filename "$filename" on line 21 cannot be read.
ipptool: Filename mapped to "".
It looks like it's failing resolving the variable $filename within the test file so I attempted to hardcode this value in the test file. In this case I get no error, but still no print.
Does anybody have any experience using ipptool to test ipp printing?
© Super User or respective owner