ipp-protocol Questions
4
Solved
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 something like the following:...
Clarey asked 31/10, 2009 at 19:11
3
Solved
I want to print file from android application.For the same , after searching on google,I found some useful information that i will have to use IPP (Internet Printing Protocol) with HTTP. And I am n...
Disjoint asked 20/12, 2011 at 4:40
0
I try to create virtual printer like this
I tried to use ipp-printer module create virtual printer but I can't add my printer
var fs = require('fs')
var Printer = require('ipp-printer')
var ...
Cristiano asked 2/7, 2019 at 10:14
3
I'd like to test out some features that IPP should have (namely, monitoring the number of impressions made; see this question) but I haven't got the hardware yet. How can I simulate such a printer?...
Janis asked 12/4, 2012 at 0:32
2
Solved
I have a device/appliance that you cannot install drivers for. I would like to add the ability to support network/IPP/AirPrint printers by having the user add the IP Addresses.
Since I am not pri...
Largeminded asked 7/10, 2013 at 18:34
3
I have a postscript file and want it to be printed on a IPP capable device (or CUPS server). What is the minimal code and dependencies I could get away with to do that.
Using LPR or libcups gives ...
Sajovich asked 19/8, 2009 at 21:11
1
Is this possible? I checked out printing to an AirPrint printer from Android, but it was closed for "not being a question" (I don't really know why, it seemed like a legitimate question t...
Harod asked 2/7, 2013 at 4:10
1
My requirement is to print a file from an android device without using any cloud based service.
I have been able to achieve it using "Raw" print protocol i.e by simply sending the file to printer'...
Fairchild asked 8/5, 2015 at 4:52
1
Currently, I'm trying to programmatically get the name of the user that started a printing job to a mapped IPP printer.
I'm struggeling with the fact that the JOB_INFO_2 structure's member pUserNam...
Caralie asked 15/3, 2012 at 7:38
1
© 2022 - 2024 — McMap. All rights reserved.