network-printers Questions
2
Solved
I'm trying to get the toner levels from a Brother MCF-9465CDN using SNMP, in order to ultimately plot them in a graph using Munin. I'm not getting ink levels though.
Although I'm a bit new to SNMP...
Baskin asked 17/1, 2014 at 12:40
3
What I'm trying to do
Print a PDF document on a network printer while passing printing parameters for things such as colour, orientation, duplex, etc.
More information
We have multiple network pri...
Clymer asked 6/12, 2016 at 14:56
3
I get the error mentioned when printing to a network printer.
The error does not occur when run under XP/Win2003, in a WinForm app or when a local printer is used.
The error does only occur when ...
Livesay asked 27/4, 2010 at 15:5
9
Solved
I have this Zebra ZM400 Printer connected to the network (192.168.1.50). And I am trying to push a content to this printer directly from PHP.
This is the idea and I am just stuck without any way t...
Cangue asked 22/9, 2010 at 4:8
6
Solved
Is there a straightforward way to enumerate all visible network printers in .NET? Currently, I'm showing the PrintDialog to allow the user to select a printer. The problem with that is, local print...
Lycurgus asked 19/6, 2009 at 13:38
2
Solved
I am working on a project, that needs to scan for public Wi-Fi access points.
Currently, I am filtering the ScanResult like this:
for (ScanResult scanResult : wifiList) {
if (!(scanResult.capab...
Sams asked 12/7, 2017 at 10:16
5
Solved
Looking for the proper code to print from php web page to a zebra IP printer using RAW port 9100. Does anyone know if this is possible? I need to send a string in ZPL formatted output direct to ZM4...
Schell asked 13/2, 2013 at 22:4
1
Solved
I have two linux computers with fixed IP addresses:
A print server, whereby the connected printer is shared via CUPS.
(The server has the IP address "192.168.1.2" and the printer is called "test_...
Sinciput asked 5/12, 2018 at 18:42
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
2
Solved
I have currently-working code which sends raw data to a printer by writing a temporary file, then using File.Copy() to send it to the printer. File.Copy() supports both local ports, like LPT1 and s...
Deuterogamy asked 9/9, 2013 at 18:45
6
Basically, I need to check the status of the n/w printer, if its on or not. Is there any way to do this in java?
Is there any third party API or tool for this?
I tried using PrintServiceLookup in...
Exenterate asked 14/10, 2015 at 3:58
1
Solved
I used Tkinter to draw some lines in python and I would like to print that picture to usb connected and/or network printer in Windows.
How should I do that?
Counterchange asked 14/4, 2016 at 15:55
3
Is there any way I can get the printer status, like paper jam or out of paper, from a Network Printer?
I'm working on a project to print from a Point of Sales into a A4 Network Printer, I'm ...
Doublefaced asked 5/4, 2014 at 4:32
4
Solved
I have a set of printers connect over a network with Static IP assigned to each printer.
Now i have a PHP web application running on a linux server which needs to send print jobs, to these printer...
Wriggler asked 17/4, 2011 at 14:43
0
I have an application which needs to print files of different types using their associated applications for printing using ShellExecute and the "print" verb. My application needs to (hopefully) rel...
Sumter asked 3/9, 2013 at 14:43
1
Solved
I'm trying to write an integration for enterprise system.
There is a web server who is being used by many clients from two different place.
There are two network printers installed on this serve...
Jibheaded asked 5/3, 2013 at 10:8
1
I want to check if printer is online. For this I get the
printer handle with OpenPrinter. Then I want to use PRINTER_STATUS_OFFLINE
in PRINTER_INFO_6 with GetPrinter(). The result is always 0?
How...
Trever asked 19/10, 2012 at 9:15
2
Solved
I have the printer installed and working on an intranet server and I want to programmatically send "hello world" to that default printer. This seems like the simplest thing but I've been googling f...
Inez asked 1/9, 2012 at 17:22
3
I am unable to print a page to a network printrer using php.
But this works if it is a local printer.
I have installed php_printer.dll and enabled in php.ini
The following is the code:
//$handle ...
Quasi asked 10/2, 2011 at 10:52
1
Solved
I need to use Java to get a list of all the IP addresses on the LAN which belong to network printers. I don't need to print to the printers, I just need to find all of them. This is for an android ...
Stylize asked 27/5, 2011 at 20:3
1
© 2022 - 2024 — McMap. All rights reserved.