Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

20
votes
3answers
2k views

How do I know if PDF pages are color or black-and-white?

Given a set of PDF files among which some pages are color and the remaining are black & white, is there any program to find out among the given pages which are color and which are black & ...
17
votes
6answers
21k views

How to get Printer Info in .NET?

In the standard PrintDialog there are four values associated with a selected printer: Status, Type, Where, and Comment. If I know a printer's name, how can I get these values in C# 2.0?
5
votes
1answer
581 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 ...
4
votes
1answer
303 views

C#/.NET: How to add networked printer to a local PC account?

I'm using the WMI Code Creator to create code to add a networked printer. http://img13.imageshack.us/img13/9847/wmicodecreatorwin32prin.png The code that was generated works great (under my domain ...
4
votes
3answers
170 views

Can ofstream be used for printing on a printer

Can ofstream be used to write on a printer? eg: string nameOfPrinter = "xyz"; ofstream onPrinter(nameOfPrinter); onPrinter << "Printing.... "; If I do as above will I get the output by the ...
4
votes
1answer
489 views

Get local printer list to change printer IP and default printer

How am I able do find all local printers of the machine where the program is running with a user that doesn't have admin rights. I need to remap the printer IP and set the printer as default. My idea ...
4
votes
3answers
2k views

Bluetooth and WIFI Printing for Android

We would need a portable printer (handheld, it is important) that can connect to android phone via bluetooth or wifi. What I know currently: No standard printing SDK available for Android this time ...
3
votes
3answers
165 views

Creating a C# application to configure printer page settings

I am looking to deploy a c# application at my workplace which defines the default paper size. Nothing too special. It works by calling windows.win32 and using the registry class to write to the ...
3
votes
1answer
200 views

Delphi TPrinters.GetPrinters call hangs

I have an app that has returned an error report. The app is written in Delphi 2006 and hangs during startup. The MadExcept main thread stack is shown below. I suspect there is no default printer ...
3
votes
2answers
165 views

PageSettings keep getting modifed unexpectedly

It seems that you can persist in a settings file PrinterSettings and also PageSettings, they are Serializable etc. Great! Everything was going OK until I tried to persist my PageSettings and the ...
3
votes
4answers
2k views

“Invalid procedure call or argument” when setting Printer object

I have a VB6 application that is giving an error 5, "Invalid procedure call or argument" when the program attempts to set the Printer object to a specific printer from the Printers collection. The ...
3
votes
2answers
1k views

Change default printer based on location

I would like to write a VBScript to change the default printer, based on which printer is connected. I have a laptop that I use at work and at home, and I would like to run this script when starting ...
2
votes
1answer
172 views

How to properly install virtual printer using WinAPI on Win x64?

I am trying to install virtual printer from C++ console program using WinAPI calls. It works fine on Windows XP, but on Windows 7 x64 there are some processes which lock files in system folders, ...
2
votes
1answer
112 views

Choosing a printer (with dialogue) to print a .xls file to

I have to print a .xls file with a specified path on a network printer (but we have multiple network printers and I don't want to print it at the same one every time). I have a GUI (programmed using ...
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
3k views

android: Bluetooth Printer

I need to print on a bluetooth printer - let me explain: I already have a program on windows mobile platform that sends commands and data via Bluetooth to a Zebra RW 420 printer ...
2
votes
2answers
93 views

printing prints slowly for bold text

i have page , in this page i have around 45 lines , the first 5 lines are document heading, and this document heading css style is just font-family-arial, font-weight bold , and heading inserted ...
1
vote
2answers
50 views

Determining Postscript printing support

I've been trying to determine whether a printer is capable of printing a Postscript (.ps) file. Using the following method, I've attempted to determine whether a printer can print the Postscript with ...
1
vote
0answers
44 views

printer spool's issue with HP Deskjet F4200

I m using printer functionality in my project with HP Deskjet F4200 printer series. In that printer functionality i m facing one issue that when i am printing the particular page, it is printing ...
1
vote
0answers
132 views

get default printer name in web application published in hosting

I have my web page published in hosting, and I cant print my reports because (I tink) my web application can`t get my printer name. An Idea please. Thanks a lot.
1
vote
1answer
95 views

How to create a shortcut to a printer programmatically?

Normally you can create a shortcut to a printer from right click menu of printer itself. Is there any other way around? I tried using IWshShortcut with following parameter as targetpath "Control ...
1
vote
1answer
148 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
269 views

Zebra Label Printer TLP 2824 Plus Prints 2 Labels and Quits

We have the Zebra TLP 2824-Z Plus label printer (ZLP). We recently purchased it, installed the driver and software successfully, and calibrated successfully (held button down at solid green, got ...
1
vote
3answers
315 views

How to work on Bixolon POS Printer using C#

I've been programming an application which is responsible to deal with a POS printer, The printer brand is BIXOLON, I've didn't find any SDK to using this type of printers as well as no example to how ...
1
vote
1answer
139 views

printer driver type application

I am working on a application which requires me to create a printer type driver, which offers to decrease the quality of document, and then prints the document. Where document can be anything like ...
1
vote
0answers
77 views

Wrong dmCopies value when printing from Microsoft Word

I'm writing tool, that monitors printers. I need to get printed pages count for the job. I'm using printer events system (FindFirstPrinterChangeNotification, FindNextPrinterChangeNotification, ...). ...
1
vote
1answer
251 views

Problem with printer in java

I have a problem, what happens is I want to send to print a file at a printer, for which I get the IP address of the printers I have networked and choose the first, here is the code for this: ...
1
vote
2answers
451 views

php handling POS printer and cashdrawer

i have been googling around wether PHP can handle to print a receipt and kick the cash drawer through a web server? i read about PHP-GTK2, but it seems cant handle trhough a web server, only for ...
1
vote
2answers
296 views

Delphi doesn't recognize that multiple printers are present

I've run into a strange problem. My program is developped using Delphi7. On a client's computer, who is running Windows 7 64-bit, Printer.Printers.Count returns 0 even though there are multiple ...
1
vote
1answer
314 views

Get printer id in java

I have edited the question "How can I get the serial no. or mac address of a printer dynamically through java." to "How can I get the id of a printer dynamically through java."
1
vote
5answers
1k views

Print to external receipt printer using PHP

I'm trying to find a solution for sending live orders to a receipt printer. Are there any API's that can do this? Or are there any types of software a location can install that PHP can communicate ...
1
vote
2answers
585 views

Delphi Win32 Service “Printer Selected is not valid” error on 2008 64bit standard server

I have developed a simple win 32 service in delphi 7 which performs some print operations. All works fine on our XP machines, but fails on the target Windows 2008 standard server. When I put a try ...
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
1answer
147 views

in my printer, paper is skipping too much [closed]

Am using the 80 column dot matric printer , For every print , paper gets skip two time, too much of papers going waste , How to fix this problem , Am just using the window.print() ...
1
vote
1answer
252 views

How to fix the Win32_Printer.Default field so that it returns the correct value when using WMI remotely?

The Win32_Printer class returns a field per printer called Default (a boolean value). This works locally and accurately returns the Default printer. However when remotely connecting in with WMI, it ...
1
vote
3answers
4k views

Can't add new Redirected Port in Windows 7 after installing RedMon

My operating system is Windows 7 32bit. I installed RedMon1.7, Ghostscript 8.71 and GSview 4.9; installations were successful. I went to Add New Local Printer in Windows Devices and Printers, clicked ...
1
vote
1answer
619 views

Delphi: PJL commands to printer and reading the responses back

Im struggling with getting information back from the printer when sending PJL to the printer. The printer supports PJL and it is a USB printer. Now getting information / examples seems to be a problem ...
1
vote
2answers
417 views

Is there anyway to specify a PrintTo printer when spawning a process?

What I Have I am currently writing a program which takes a specified file and the performs some action with it. Currently it opens it, and/or attaches it to an email and mails it to specified ...
1
vote
1answer
608 views

How can I locate all the network printers in the enterprise?

When I go to Printers and Faxes dialog, I can click the Add a printer link, select Network Printer, then Find a printer in the directory. From there I get a dialog box which lets me find ALL printers ...
1
vote
0answers
301 views

dot matrix paper reverse feed in C#

In my application i am printing tripsheets by dot matrix printer. Now I have to implicitly eject extra paper so that i can easily tear it from the perforated line.But for the next invoice or tripsheet ...
1
vote
6answers
2k views

Enumerate printers for a specific Terminal Server session

I am looking for a way to see what printers a specific user has mapped into his or her TS session. How can I achieve this with WMI (via PowerShell) or VB-Script? Is there a built-in way I'm not aware ...
0
votes
1answer
68 views

VB6 POS Printer - Logo register

Hy, I have a printer Star TSP100ECO [USB] and I made a program to print a ticket, but I should also add the logo on the ticket. The problem is that I do not understand how to add a logo to the ticket ...
0
votes
1answer
24 views

Android Portable Printing Task

i need an app of mine to be able to connect to a portable printer via Bluetooth. Kinda like the system police here in India have. They send parking ticket-receipt/any other ticket-receipt from a ...
0
votes
1answer
38 views

Sending data to wifi printer from ipad programmatically

I am creating an ipad application in which i want to send data to the wifi printer programmatically. Is there any API or sample code available to acheive this? Thanks.
0
votes
3answers
117 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
1answer
25 views

Loading bitmap with ICM profile

I am working on a sample in this I am loading a EMF file. To do this I am using API Image image = Image.FromFile(strFilePath, true); The 2nd parameter is to use the embedded ICM profile. Then I am ...
0
votes
2answers
59 views

Linux printer (usb connected) recognized as block device sdc and not working [closed]

i dont know if this is at least not that bad place to ask this: i have a printer (PIXMA MG5150), when i connect it through USB it gets a /dev/sdc node, i tried to install drivers and the process didnt ...
0
votes
2answers
114 views

How do i execute a process in C# that installs a printer driver?

I have to start an executable (installPrint.exe) within my C# code. For this purposes I used the System.Diagnostics.Process class. The exe file installs a printer driver and copy several files into ...
0
votes
0answers
40 views

How can I determine if a printer have color capability, via SNMP?

I´m working with SNMP. How can I determine this feature? I though use this dumb condition with this standard value: if getnext of prtMarkerSuppliesColorantIndex is zero mono-printer else ...
0
votes
1answer
66 views

Seemingly no default printer for DLL invoked from WCF service user on IIS 7 and Windows Server 2008

I've got a WCF service that wraps some legacy DLLs that generate report PDFs. That legacy code works great in a desktop app, but when invoked via the WCF service, the PDF page size is driven by ...

1 2