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
-1
votes
1 answer

Check Printer Status in PowerShell

Trying to detect when a USB printer is plugged in or not, but the Get-Printer is either the wrong tool or is not getting the correct data. Is there something I am missing? Note, I am also seeing this issue when I and getting the data in a .NET…
moonman4
  • 308
  • 3
  • 12
-1
votes
1 answer

how to close CafePay Printer Driver on windows

Cafepay Virtual Printer Driver cannot be closed from the tray icon, it's got something to do with the registry, how do I close it and remove it from auto startup?
-1
votes
1 answer

How to paper print a dataframe?

All online search relates printing a df in console. Does python have the capability to print a df directly (without saving it as a file in windows) ? To clarify - It should not be saved as a pdf/excel/any other file. Can we print (to paper) the…
Harsh Khad
  • 99
  • 1
  • 7
-1
votes
1 answer

VBNET How to pause printer queue?

Can I use a button to pause and release printer queue? I mean just pause the data to printer from my PC.
chunlcw
  • 9
  • 1
-1
votes
1 answer

Is there a way to get the list of Byte Commands of a printer using CUPS library?

Is there a way to use the CUPS library to get all the list of byte commands for the printer that should be sent to the printer to perform an operation. for example: If I want to find out the byte command for the Autocut features for a printer, Can I…
Rishabh Rawat
  • 849
  • 6
  • 11
-1
votes
1 answer

Ricoh printer fail to scan to a folder

I have a ricoh printer / scanner over my network and i need to scan to a folder. My server have a folder named "public" and the public ip is "10.0.0.254". I have a SAMBA4 AD as a controller. I have created one user called "scanner" whit password…
Lucas Catani
  • 37
  • 1
  • 11
-1
votes
1 answer

Simultaneous printing from two printers in C#

I do not know how to do it. There are two printers. They need to print documents at the same time. Actually the algorithm can be; If you are printing something on the system, the two printers reprint this document. foreach (string printer in…
ea.unix
  • 9
  • 2
-1
votes
1 answer

Batch File Not Recognizing Add-Printer

I am creating a batch file that will add Network Printers based on your location. The script works fine in PS when I have my admin rights, but I am not sure how to add admin rights when adding a printer. I have the following code, and it is repeated…
-1
votes
1 answer

cordova printer plugin is not printing t

I m trying to print a html file from my cordova app. I have installed the cordova-plugin-printer. In app.module.ts file imported the plugin and after that when i try to use this.printer.print('hello') Noting happens at all import { Printer,…
puja
  • 87
  • 11
-1
votes
1 answer

How to find & install a printer that on same WiFi network?

on my app (win10, WPF) i give the user the possibility to print a report. BUT when there is not-yet-configured printer on the LOCAL machine - it is impossible. (of course that the printer is activated on the network, and by using settings -> add…
RedHat
  • 167
  • 11
-1
votes
1 answer

Can i Log all the jobs(documents) comes to print in c# like a service?

I know, I am just asking a question without trying any code, but I am bit confused if it is possible or not. I have a printer installed on the network, I want to get which person has sent the print command. means who has used the printer, their IP…
Ram Singh
  • 6,664
  • 35
  • 100
  • 166
-1
votes
1 answer

C# Accessing Windows 10 Printer Icons

Is it possible to grab "custom" printer icons like the ones on the multi-printers (the 3 visible in the picture) in Windows 10? I've had a look in shell32.dll and DDORes.dll but can't see the multifunction printer icons in there. Where are they…
Orion
  • 83
  • 1
  • 6
-1
votes
1 answer

Ubuntu 16.04 cannot connect to Canon Pixma MP560 Printer?

Operating system: Ubuntu 16.04 Printer: Canon Pixma MP560 I try to add printer in ubuntu. I used find printer but when I type in the printers IP address in host and click probe then nothing happens. How do I get this printer to communicate with…
Shaun Cromie
  • 339
  • 1
  • 3
  • 16
-1
votes
2 answers

"There is no default printer selected" error when Windows default printer is not set up

I need to open the Printer Dialog box when there is no Windows default printer setup. It works fine with the below code when a Windows default printer is set up. TPrintDialog *dlgPrint = new TPrintDialog(frmDisplayDetail); if( dlgPrint->Execute()) {…
Santhosh
  • 1,357
  • 4
  • 15
  • 30
-1
votes
1 answer

Unable to print data

I'm using Honeywell PC42t-203-FP bar code printer. I have installed all related drivers. I'm working in Linux. I have added the printer by using localhost:631. But whenever I try 'Print Test Page' from properties of the printer, it prints nothing. I…