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

How to get, inside my app, a list of printers previously settle to android printing services?

After setting up a printer through services plugin (e.g. Steps 1..3) on Android OS, my working flow should: Press "print" button Show dialog with available printers (previously defined on Android settings) Execute pdf printing Is it possible to…
Victor Oliveira
  • 3,293
  • 7
  • 47
  • 77
0
votes
1 answer

Dllcall autoit partially getting results

I am having problem with the following code in autoit. it is suppose to list all printers available in my system and the curresponding papernames supported by each printer. but am getting only the printer names ans series of '0s' which is suppose…
Smith
  • 5,765
  • 17
  • 102
  • 161
0
votes
0 answers

Print in Windows 10 does not generate file or job

In windows 10 and windows 7 set up , we have user account who is not part of Administrators group. When we invoke print from our application which is running under user account, we could get files printed in configured printer in windows 7. In…
user2338040
  • 101
  • 11
0
votes
1 answer

How can I install/add a virtual printer using c# commands?

I am trying to install a virtual printer (for all versions of Windows) with a Windows desktop application. I want this printer to be available in the drop down list in the print dialog (especially from Office). I am trying with this code: public…
Tsal Giorgos
  • 390
  • 3
  • 16
0
votes
1 answer

How to execute PRINT command from windows Pocket PC using Bluetooth (c#)

I want to print from windows pocket PC to my Bluetooth printer.
0
votes
2 answers

Can't get port handle from LPT1

I'm writing a program which reads from file and send to printer to print. I set "HP Laser Jet 4" as default printer and checked "LPT1" in printer properties of "HP Laser Jet 4". Print spooler is also running (Windows 7). The problem is hPort always…
emeraldhieu
  • 9,380
  • 19
  • 81
  • 139
0
votes
1 answer

Print (on a printer) file in rails

is there any way of printing a file on a printer in rails? Let's assume I have a def print_url "/system/tickets/#{print_url_dir}/print.png" end and I want to call it with resource.print_url I tried already <%= link_to 'Print',…
Ala Ha
  • 39
  • 4
0
votes
1 answer

Integration of GPRS printer

I need to Integrate a GPRs printer to my WordPress with woocommerce website to print orders generated by the website. What is the File Path (or name of the file) that generates orders in active server page? And then Call Back url, Active Server Page…
Khaavir
  • 1
  • 3
0
votes
1 answer

How to query the objects in "Devices and Printers" into an array via PowerShell

I'm having trouble trying to query the items that are in Devices and Printers. The long run goal is to delete everything located in 'HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Devices' except the devices located in Devices and…
0
votes
1 answer

Postscript to upload font to printer

I need to install a Postscript type 42 font (https://www.adobe.com/content/dam/acom/en/devnet/font/pdfs/5012.Type42_Spec.pdf) into some Postscript printers (HP and Lexmark). There are manual ways described to do this through using the Windows…
Michael K.
  • 21
  • 1
  • 5
0
votes
1 answer

Print to a receipt printer PRP-085IIIT

I've been searching the net over a week, and I still can figure out how receipt printer works especially how to send commands. I need to print a receipt to this "PRP-085IIIT" printer. The printer is connected via USB and using a Generic\Text Only…
0
votes
1 answer

How to set page to A4 size for printer using css?

How to set page to A4 size for printer using css ? This is my code when you test it. You will see word test in 2 A4 paper page. But when i press Ctrl+p keyboard it's show like this. why it's not print for 2 page.