Is There A Way To Send A Print Task To An Ipp-enabled Network Printer Using Http?
I'm working on an Android print service application which is supposed to allow the user to do the following: browse through the phone's internal storage and send the selected file
Solution 1:
As starting point you should
- read the IPP Implementor's Guide
- implement IPP encoding and transport
- have a good understanding of IPP model and semantics
Post a Comment for "Is There A Way To Send A Print Task To An Ipp-enabled Network Printer Using Http?"