Questions tagged [printers]

A Printer is a peripheral which produces a text or graphics of documents stored in electronic form, usually on physical print media such as paper or transparencies.

Printers are routinely classified by the printer technology they employ; numerous such technologies have been developed over the years.

Based on the Print quality printers are characterized as follows,

  • Toner-based printers
  • Liquid inkjet printers
  • Solid ink printers
  • Dye-sublimation printers
  • Inkless printers

Source: Wikipedia (Printer)

591 questions
0
votes
1 answer

Dynamically Inject Registry Key Based on if Certain Printer Name Exists

I'm an extremely novice programmer in a bit of a pickle. Background: Within my company we use a VMware environment for our users. They launch their virtual desktop and ThinPrint will provide a fresh printer install for that user's session. That…
0
votes
1 answer

iOS: Can't print euro symbol on bluebamboo printer

I'm trying to print text using some receipt data, and I need to use the euro symbol (\xE2\x82\xAC €) but the P25i mobile printer is printing "â ¬" instead. My code: int contentLength = (int)[_printBuffer length]; unsigned char…
kevinl
  • 4,194
  • 6
  • 37
  • 55
0
votes
1 answer

Adding dummy Printers to Windows 7

I want to add around 40 printers to my machine in order to test the performance of the application which uses WMI for printer functions. What I want is a way to add dummy/fake printers (Not only 1 printer but more than 1 printers) through some sort…
atp9
  • 890
  • 1
  • 11
  • 23
0
votes
1 answer

PowerShell Printer port property hostaddress not always populated

We're trying to create a list of all the printers on a print server with their respective HostAddress for the shared port they use. To do this we created the following function: Function Get-PrintersInstalledHC { Param ( …
DarkLite1
  • 13,637
  • 40
  • 117
  • 214
0
votes
1 answer

Multiple snmp open port

I have a problem with SNMP. I connect to SNMP with PHP using this code: walk("."); print_r($fulltree); echo "
"; $session->close(); ?> The code…
wolfphp22
  • 11
  • 1
  • 3
0
votes
0 answers

Get printer model in C #

It is possible to get printer model ? . I can find information about my printer with this request : string query = string.Format("SELECT * from Win32_Printer"); But I am not able to find the model. For example my printer model is : CLX -4190…
0
votes
1 answer

use of printer using php

I have developed a POS application using codeigniter, I want to print a bill using printer, can any one help me to pass the printer name to php/javascript code to be get printed in, any help will be appreciated
khan
  • 109
  • 2
  • 12
0
votes
1 answer

Printing to a kitchen printer via email

All, When someone orders a sandwich from a website, I want to be able to print the order out in a kitchen. Is there a printer that will Poll the email box and when a new one is received it will print it out ? I can use a laptop that is plugged…
Jason
  • 1,057
  • 3
  • 13
  • 31
0
votes
2 answers

How to prevent duplicate downloads from SQL database by multiple clients?

I'm developing an application using C# part of which will be downloading data from my SQL database, and send to the printer. When printing is complete, it will mark the data as already printed, so I won't be printing same data more than once. It…
0
votes
1 answer

C# Is there a way to change the printer setting?

I've succeeded on printing MS office documents with the office interops, but documents such as pdf, or hwp is troubling me. Just printing those files are not that hard. This piece of code was all I needed to print. Process process =…
March3April4
  • 2,131
  • 1
  • 18
  • 37
0
votes
1 answer

Find ip address of a device

I can't find the ip address of a device connected to my network. I tried using network interface, but only gives me the loopback address and my pc address; the code that i used is: try { Enumeration n =…
dragonfire256
  • 31
  • 1
  • 4
0
votes
0 answers

Using Raw Data of EPSON TM-T88IV Receipt to create a PDF

i have following problem. For normal Printers i've created an application which gets data from a laserjet-printerdriver (redirected output with redmon). After Processing the data and generating a pdf document, the file is redirected to the orginal…
user1519979
  • 1,854
  • 15
  • 26
0
votes
0 answers

How to figure out what and where files are placed by an installer in Windows 7?

I have an exe installer which installs the drivers and the utility software for a Brother printer in Windows 7 x86. I was able to open the installer file as an archive in 7zip and get access to files like ddls. I want to create a silent installer…
Amir
  • 53
  • 5
0
votes
1 answer

In C#, what's the difference of PrinterSettings from a PrintDocument and PrintDialog?

Well, it's a very strange problem, and I already found a black magical solution. I'm curious about the reason. I'm writing a program which use Brother QL-700 label printer to print labels. I need the labels be printed without showing the printer…
iuradz
  • 1,128
  • 1
  • 12
  • 25
0
votes
1 answer

Error installing a npm module (printer) on linux

I am trying to install a printer module for node on a lubuntu system, but making the npm installation, I get this: gyp: Call to 'cups-config --libs' returned exit status 127. while trying to load binding.gyp gyp ERR! configure error gyp ERR! stack…
Eloy Fernández Franco
  • 1,350
  • 1
  • 24
  • 47