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
0 answers

Access denied print server object on asp.NET

I guess i am just a little confused as to why this is happening. When i log into the IIS server and launch the app locally using localhost it works fine. If i try to reach the site remotely i get this. To query the printers i am using …
Ruan33
  • 29
  • 8
0
votes
1 answer

JAVA retrieve all printers from all windows user accounts

Is there any way to retrieve all the printers installed by various windows user accounts on same machine. lookupPrintServices() method of the javax.print.PrintServiceLookup class displays all the printers which can be seen in the Control Panel in…
SadurdinaG
  • 33
  • 1
  • 8
0
votes
1 answer

MITSUBISHI CPD90D printer from C#

i'm trying to print an image of 4"*6" (10*15 cm) from my C# code through a MITSUBISHI CPD90D printer, using paper type CK-D868. i've already printed images through this printer via windows, and now i'm trying to print via code. the error i'm…
nir weiner
  • 305
  • 3
  • 10
0
votes
1 answer

How do I programmatically create a null printer for Windows?

I am going to ask and answer my own question. I would have thought needing to create a null printer was not a rare thing, but I spent waaay too long googling and assembling bit and pieces before I had a working solution. I found lots of answers on…
0
votes
1 answer

Cant find CPOS80250 Linux Drivers .ppd

I recently bought the CPOS80250 thermal printer but cant find the linux drivers. I am trying to install it on a raspberry pi 2 but cant find the ppd file anywhere. Anyone with leads?
nick
  • 333
  • 1
  • 4
  • 15
0
votes
1 answer

Hide Android print dialog for Hp printers

I have developed an Android application which prints a photo using either PrintHelper or Hp mobile print SDK. However, when before the printing process, Android print Dialog comes up on the screen. How can I skip the android print dialog, when the…
ziLk
  • 3,120
  • 21
  • 45
0
votes
2 answers

Powershell Script Required to Recreate Existing Printers

I have printer RDS 2012 issues and using Group policy to create network printers because printing reliablity is woeful on RDS 2012 and been a terminal services box net spooler stops and start Group Policy Preferences is alo a bit unreliable I would…
user3265817
  • 99
  • 1
  • 13
0
votes
0 answers

Epson printer - print two images horizontally from iOS

I downloaded the ios (swift) sdk for epson epos2 printer and I integrate with my application without any problem. Now I can print the images or texts vertically one by one. But my problem is I want to print two image and one text horizaontal. For…
Krutarth Patel
  • 3,407
  • 6
  • 27
  • 54
0
votes
1 answer

Cordova print plugin only searching for printer (Having wifi enabled printer in same network),Doesn't prints or not gives any error

I am building a Cordova app which should allow us to print from mobile. I am following this plugin I have added the print code directly at device-ready, So on device ready I am allowed to select save as pdf and to search for printer, Till here every…
0
votes
1 answer

How to configure Text to PDF programe as Printer in Server 2012 to be used on server for creating PDF's

My goal is to have a C# web forms app on Server 2012 R2 that converts text (and a picture) to PDF and sends it to a client. I have all of the code, just need to set up the printer correctly. The printer (PDF programe) has to be accesible via…
0
votes
2 answers

WMI Win32_Printer not showing up in =>Control Panel\All Control Panel Items\Devices and Printers

There was a local printer in =>Control Panel\All Control Panel Items\Devices and Printers. and I deleted it manually by clicking "remove device". and the printer did get removed, not showing up anymore. the question is, we have .net code below to…
Victor Xie
  • 148
  • 1
  • 9
0
votes
0 answers

Accessing Remote Registry for the currently logged in user with Powershell

I'm trying to find the printer ports that are in use for the user that is logged in to multiple machines. However, when I run my script it is running Regedit as myself... How do I go about getting it for the user that is logged in? Here is my…
Shane Johnson
  • 157
  • 6
  • 15
0
votes
1 answer

File has not been printed Through Printer device in java

I want to print a file.I wrote this code for doing this.But it does not print my file. for choose service: String printerName = "Canon MF4320-4350".toLowerCase(); PrintService service = null; PrintService[] services =…
John
  • 115
  • 2
  • 3
  • 10
0
votes
1 answer

Get all active Printers

The Printer-Api delivers an all printers of the system with Printer.getAllPrinters(). The problem is that the user does not realize that the being selected printer is active. Are there opportunities only to obtain the active printers? Could help…
espirio
  • 189
  • 14
0
votes
0 answers

Emulate printer via inline usb port

I need to emulate/fake a printer (any printer) that is connected through a usb port without touching the hosting computer. The connection needs to be via some kind of inline connection. What i mean is to connect something to the hosting computer usb…
Zac
  • 23
  • 1
  • 5