I want to print a file from an android application. For this, after searching on google, I found useful information that I would have to use IPP (Internet Printing Protocol) with HTTP. And I'm new to ipp, but I worked with HTTP. So can someone help me for the same? Can someone give me useful information or links? Thanks in advance?
You need to make an HTTP PUT request with some special features, you should:
ipp:// => http://
IPP/1.1
OTOH, /, , , RFC. , , , , URI , .
http://code.google.com/p/jspi/source/browse/trunk/jspi/src/main/java/de/lohndirekt/print/examples/SimpleDocExample.java. Java- IPP.