The term network printer refers to the printer in a network which is accessible to all the network computers for printing purpose.
-1
votes
0answers
12 views
Is it possible to monitorize printer conected by usb to a remote pc? [closed]
I have been locking for an answer to this question and didnt find anything clear at all.
The situation is this. We are trying to monitorize a Brother HL-2130 which is connected by usb to a Windows7 ...
2
votes
0answers
23 views
Get available print servers on network
Is there a .NET api call to get all available print servers on a specific network domain. I've searched at length and haven't found one.
My goal is to retrieve all available printers for a print ...
0
votes
1answer
36 views
Printer status return wrong value
I am trying to get the status of a network printer. I tried WMI code as this link says. But even if I removed the network cable, it always goes to the else part.
Here is the code I tried :
...
0
votes
0answers
100 views
Printing WCF - network printing issues
I have been tasked with creating a WCF service that will print a specified file to a network printer. I am using the System.Drawing method in C# to create the print method however when I run through ...
0
votes
0answers
103 views
VBScript: How do I check if printer if connected or not?
I am pretty new to VBScript, so please forgive me for any dumb code.
I am trying to check if a printer is connected or not.
I am using the following code:
usb1 = "Dell 2230d Laser Printer XL"
Set ...
4
votes
1answer
138 views
Printer Status Monitoring adobe AIR Desktop App
Want a platform independent desktop app to check the toner/Cartridge level of a network printer and notify the user of the status and give him option to request for purchase of the toner if low.
The ...
0
votes
1answer
293 views
Print a .PDF File using Different Printers in Java
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 server.
...
1
vote
1answer
209 views
network printer monitoring in .net
I am developing printer monitoring system in .net. I need to track all network printer for monitoring and allow or restrict to print specific printer will do only print job with log data like which ...
0
votes
0answers
10 views
How to validated PrintAttribute
I need to write a printer program for any printer using java. I'm unable to handle few conditions in order to improve my program. Can any one help me for this.
1. How to Check a Toner Level using a ...
0
votes
3answers
370 views
Print to Zebra printer in php
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 ZM400 ...
0
votes
0answers
115 views
Network Printer Monitor Development
Haven't been able to find much on the subject from anywhere.
Most printers have similar settings for name, hostname, IP, serial number, contact, location, paper, toner, page count etc.
Looking to ...
2
votes
0answers
142 views
Very slow Network printing using PrintServer and PrintQueue
I am working on an ASP.NET application and need to send documents to a network printer. I have utilized the PrintServer and PrintQueue to achieve the purpose as follows:
using System.Printing;
...
0
votes
1answer
653 views
Can't print .prn file using cmd on network printer
I'm trying print prn file in my c# program. To do it I'm trying first find solution to command that allow me print prn file on network printer. So here is command that I'm actualy use:
print ...
5
votes
0answers
91 views
xerox workcentre, address book, snmp
It seemd to me last year to find a web page where there are example of setting the workcentre 5755 public address book ( name, email ) using SNMP.
Now my google-fu is a little rusty, can you help me ...
0
votes
1answer
190 views
I'm getting duplicated print Job on windows 7 client machine for shared printer
I'm having a pb with print Jobs for shared printer
I' have a printer shared on win server 2008
And I'm using this printer from windows 7 client machine
I'm developping an application that writes ...
1
vote
3answers
425 views
How to print directly from printer with Yii?
How do I print directly from printer?
This is a intranet web application. The user will use this application and they will print out the report from the printer of their department (different ...
0
votes
0answers
224 views
FileOutputStream for a shared printer when there is no network
I'm working with Java under Windows XP. In order to print in old Epson printers I use a FileOutputStream. For example:
ostream = new FileOutputStream(printer);
pstream = new PrintStream(ostream);
...
0
votes
0answers
154 views
opening till through printer with Python
I have Epson TM-U220B Network printer and a cash drawer. I am developing Python Web app I managed to configure printer over my application. My printer is working fine, I just want to open till when I ...
0
votes
0answers
78 views
Adding a network printer remotely
Okay, so we have a domain and I'm one of the admins. I would like to be able to install our network printers on computers remotely without using any kind of shareware software.
This should a pretty ...
0
votes
1answer
276 views
check if installed network printer is online
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 do ...
0
votes
0answers
124 views
Process.start() hangs while installing a network shared printer
basically the program i'm working on installs drivers for several share printers on a network. The problem I'm having is that when the Process starts, it would run the driver like it should and ...
1
vote
0answers
141 views
Print to Android Device over the Network
Is it possible for an Android phone running Jelly Bean to emulate a network discover-able printer?
The goal of the application on the phone is to emulate a printer and have a Windows XP computer ...
5
votes
2answers
1k views
Programmatically “hello world” default SERVER-side printer in ASP.NET MVC
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 for ...
0
votes
0answers
159 views
Delphi 5 Quick Reports Fails to Print Jpegs to a Canon iR2520 Yet Displays Correctly Within the Quick Report at Runtime
I've got a Delphi 5 Application that I am maintaining that uses a Composite Quick Report Component on a basic Delphi Form. Recently I added the facility to upload and store small (e.g. 100kb) jpeg ...
0
votes
2answers
386 views
How to print a document file to a network printer in c#
Please share your ideas to this query ASAP.
I need to send files (txt, docs etc) over network using printer driver. I'm able to send raw data to server. but not files. I had already tried to Ehsan's ...
0
votes
0answers
217 views
change printer status to online using c#
I have an application installing network printer which works fine. But the installed network printer seems to be offline on system restart.
When checked the printer's print queue and unchecked the ...
0
votes
1answer
284 views
Get file information on Windows right click menu item click in c#
I have a printershare like application that will send files over network. When a file is selected (in Windows Explorer via a right click) our application menu item will be present. On Clicking that it ...
0
votes
1answer
269 views
add printer for my application
I want to add a printer for my application to the network printers list.I mean something like what Adobe PDF do.
I could get all printers in the network by the following code :
// Use the ...
1
vote
1answer
212 views
Does exist a standard protocol for network printers?
Does exist a standard protocol for network printers? Some network printers require the installation of drivers to be used... Is there some network printer that can be used without installing ...
0
votes
0answers
53 views
How to setup a printer as shared resource in a LAN?
I have a epson tm t88v model printer.
I have assigned ip to printer and ve set the an ip of the same range to my computer also.
My computer and printer are both connected to a router. But am not ...
2
votes
1answer
777 views
Get list of all print servers in the domain in C#
I'm working in a large environment writing a utility for a tech support team. I need to provide a list of all the print servers in the domain and let them pick one. Once they pick a print server, I ...
0
votes
0answers
141 views
How to print Bufferred Image to a printer in java
I have a bufferredImage object and I want to send it to a printer through my code. The following are the supported types for my printer:
image/gif; class="[B"
image/gif; class="java.io.InputStream"
...
-1
votes
1answer
532 views
Configuring a POS printer for remote printing
How can I configure a restaurant's POS printer to print orders from a web site? We have an online ordering web application, based on .NET/SQL. Once the order is submitted online, we want to print it ...
0
votes
1answer
469 views
java.awt.print.PrinterException: The handle is invalid
I'm implementing silent printing on network printers through Java Print Service and IcePDF.
I have added two network printers A and B to my development machine.
When I submit print job to printer A, ...
1
vote
2answers
77 views
.NET get data from printers which have www interface
I would like to get data about ink, free pages (paper) etc from the printers in company network. Each of these printers (mostly Minolta) has an www interface, so I can get these data by creating ...
0
votes
1answer
750 views
Java document printing in Windows
I am doing a project which will finally print a pdf file or doc file to the printer as "another user". But now I stuck on how to print document in Java.
I know there is a pdf renderer in java, ...
2
votes
2answers
595 views
How to make drivers of ESPON printer?
I have some a document that have commands of ESPON printers. now i have to make drivers to use in an iPhone application. this is the link of that document ...
0
votes
4answers
2k views
How to get print from wifi printer with iPhone?
can any body tell me how to integrate wifi printer option in an iPhone app? I have to get print from small receipt printers and my printers are not AirPrint supported.
My printer models are
EPSON TM ...
0
votes
2answers
376 views
How to get host information if having its IP address within same wifi in android?
I can have IP address of all hosts connected with same wifi network in my android application. Now i want details of that particular host from its IP address so that i can know whether it is printer ...
2
votes
4answers
662 views
Unattended printing a document on a network printer
We're trying to have a master document (after an automated mailmerge) be sent, in an automated fashion, to one of our network printers which has both a network name and internal IP assigned.
But ...
0
votes
1answer
762 views
Rawprinterhelper network printer ASP.NET MVC
I'm having trouble trying to print a document from a ASP.NET MVC3 application using RawPrinterHelper (the printer support class developed by Microsoft). I need to send RAW data to a printer which is ...
2
votes
1answer
852 views
How to change a printer's PortName using c#
I've scanned SO and didn't see this question posted, sorry if I missed it and this is a repeat.
I can locate the network printer in the PrinterSettings.InstalledPrinters, and fetch the "PortName" ...
1
vote
1answer
614 views
PrintDocument.PrinterSettings.Duplex Network Printer
I am trying to print my document to a specific printer, tray and set the duplex settings using code like this:
void PrintingSystem_StartPrint(object sender, PrintDocumentEventArgs e)
{
//e.g. ...
0
votes
1answer
445 views
EPSON TMT88IV Printer using IP Address
I have a EPSON TMT88IV receipt printer.I have connected it my office network.We have an external IP address.Is possible to print anything from out side of my network over the IP address.
I am ...
3
votes
1answer
572 views
How to retrieve a list of physical printers using WMI?
I'm trying to get a list of hardware printers attached to a windows XP machine by using WMI. What i'd like is not the same as getting the list from Win32_Printers since i'd only like to get printers ...
1
vote
1answer
438 views
C# - Want to edit printer registry settings for all local users on machine
So we have a problem here in my organization's office in that we need to purge the printer settings for the current users as part of print server move. The printers have been installed several ...
1
vote
1answer
248 views
extract values from printlog file , getting user and pagecount from a specific printer
is there a easy way to get per user the total pages they have printed on a specific printer.
and put them in a text or csv file?
The printserver have a windows 2008 32 bits Os. in a 2008 AD enviroment
...
0
votes
0answers
425 views
Jscript Add and remove printers from network
I've been trying to look up some documentation on jscript programming so I can write this by myself but getting no luck in finding the documentation required....
My problem is: I've been trying to ...
0
votes
1answer
288 views
Printing using textPrinter in Ubuntu
I using this library for printing, and I am using Ubuntu.
My code is the following:
FilePort port=new FilePort("\\\\printerIp:631\\printers\\Hewlett-Packard-HP-LaserJet-Professional-P1606dn");
...
2
votes
1answer
2k views
Connect Android device to WiFi printer
I want to print my pdf document by my Android phone using wifi on any other way.
or please give me a suggestion about it is possible to connect our Device to wifi printer or send our document for ...



