Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
583 views

Java - List all network printers on LAN

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 ...
5
votes
2answers
496 views

printing over network from PHP app

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 ...
5
votes
6answers
1k views

Is there a .NET way to enumerate all available network printers?

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 printers ...
4
votes
1answer
930 views

Changes using Winspool.drv in Windows 7 64 bit from Windows XP 32 bit

I have some C# code (VS2010;fx2) which is used to carry out printer functions. This code works fine in Windows XP environment. Changing to Windows 7, it no longer works correctly. The first different ...
3
votes
2answers
984 views

PHP to Zebra Printer

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 to ...
2
votes
4answers
149 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 ...
2
votes
1answer
150 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" ...
2
votes
0answers
99 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 ...
2
votes
2answers
669 views

How to get Network Printers in ASP.NET

I need to show printers installed in network. I used the below code to show printers but locally it shows network printers, but when hosted in IIS it doesn't show network printer.(shows only local ...
1
vote
1answer
52 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 ...
1
vote
1answer
152 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. ...
1
vote
1answer
179 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
599 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 ...
1
vote
1answer
387 views

Please help me in adding a printer in windows xp mode on windows 7 professional [closed]

I have an HP Laserjet 2420 PCL6 printer on my network for which drivers are not available for windows 7. I have installed windows xp mode on my windows 7 system, but I am unable to add that printer in ...
1
vote
2answers
997 views

Install network printer via web application (html)

I'm trying to write a simple web interface to allow users to install one of a few predefined network printers. I had initally thought this would be a simple task, as I can easily install printers via ...
1
vote
1answer
514 views

ManagementObjectSearcher select network printers?

I use : ManagementObjectSearcher searcher = new ManagementObjectSearcher("root\\CIMV2", "SELECT * FROM Win32_Printer"); to get printers but it find local printers.. It's possible to select ...
0
votes
1answer
40 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, ...
0
votes
3answers
125 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
56 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 ...
0
votes
1answer
197 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 ...
0
votes
0answers
172 views

VB.net + get printers from print server

Not sure if this is possible, but I want to create a print installer which basically lists all available printers (shared printers) from a print server, if that is possible. Then I want to install the ...
0
votes
1answer
192 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 ...
0
votes
1answer
108 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
1answer
124 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
0answers
108 views

problem while printing using textPrinter in ubuntu

I am also using http://www.java4less.com/textprinter/index.html library for printing. I am using Ubuntu. my code is FilePort port=new ...
0
votes
1answer
212 views

How to default all prints to black and white from corporate print server?

I have a networked printer which all request go through a print server at my corporate office. When I print anything locally it prints in black and white, when it comes over the print server, it ...
0
votes
0answers
168 views

Slip Printer with ASP.Net Web Application

Dear Experts, we are using Star SP 298 Slip Printer collection Counters, now we are shifting our application to web based application ASP.Net hosted on Win2008 Server on ISA 7. My question is can we ...
0
votes
1answer
458 views

Receipt Printer - print from webpage

I have a receipt Printer and it connected to Serial COM1 on to my comuter. I am trying to print a receipt from the webpage and when it print... it just a blank without any text. (Blank receipt!). It ...
0
votes
3answers
417 views

Receipt printer - print automatically when someone placed an order?

I have bought a receipt printer and connected to Serial COM1 on my computer. I want to print a receipt automatically when someone placed an order online. How can that be done? I developed a shopping ...
0
votes
0answers
98 views

Process.start - what is issue?

The following command works fine for the default printer on Windows Server 2008. Using Process,start notepad.exe /p "filename" However, it does not work properly when I modify it for a network ...
0
votes
2answers
456 views

Print Directly to network printrer using php

I am unable print page to 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 = ...
0
votes
2answers
465 views

Network printing with window service

I have a friend who did the same thing with window form. What I need is to make this to a window service. The Window service program (printing controller service) will be used as a central printer ...
0
votes
1answer
253 views

get job list queue from printer memory

Hey ;) I know that my network printer (big Konica Minolta) have own memory and storage there some info like printed jobs. It is possible to get from this memory this information? I try to use ...
0
votes
1answer
267 views

How to expose a printer to Internet using a public IP address

We are trying to expose a printer through the Internet to be accessed from one of our providers, but I'm new to this. We have a public IP address. How can I do this?
0
votes
1answer
83 views

Need a fast test to see if a remote printer is available or not. Using CreateIC now, and when printer not up, 20 second delay

My application does a CreateIC (and later, an OpenPrinter) for the user's default printer. When this is a remote printer, and that printer is powered down or otherwise not present on the network, it ...