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

install device on the fly

It's possible to install a device on the fly ??? I say device, a printer..., I have the driver, and all things, I just whant to install the device, and, when I close the program, I whant to remove the device. So, I know, I can use the command…
Alexandre
  • 1,985
  • 5
  • 30
  • 55
0
votes
2 answers

How to add a Local Printer using VBScript on Windows 7?

I have a Windows 7 64bit pc, I'm trying to add a Local Printer which automatically installs the driver and shares the printer once it is done. The port is a Loopback IP Address (127.0.0.1) and it uses the Zebra (ZDesigner LP 2844) Driver. (Which…
nimblebit
  • 473
  • 3
  • 11
  • 22
0
votes
1 answer

Print a String to all printers connected to a system

I am developing an application,When I press a print button a string of data is to be Printed by all the printers connected to the system. When I browse sample codes,a string of data is printed by a default printer. I needed to be printed by all the…
VenuMadhava
  • 103
  • 1
  • 1
  • 6
0
votes
1 answer

How to set default printer programmatically

I want to set a default printer to print the badges for events . I don't know how to set it. As all the users using this application should have a specific printer attached to their PC. Please help me. Thanks in advance.
0
votes
1 answer

Crystal Report PrintToPrint method hang the software when Printer is not connected in after software installation?

In my project method PrintToPrint for crystal report works fine but after installation of the software when Printer is not connected to machine this method makes my software process hangs. Can any one help me solve this issue?
Tulsi
  • 151
  • 3
  • 15
0
votes
1 answer

help for a new person looking to code vb

i am looking to use vb for my final year university project. what i want to do is after a user presses print from word for example, an vb application to appear asking the user if they want to send the print job and then sends it, the aim of this…
user1685880
  • 15
  • 1
  • 5
0
votes
1 answer

how to rename a gDoc printer in Win 7 64 bit machines

I have installed a printer called gDoc Creator for printing on my Windows 7 64 bit machines. If i rename the printer to anything other than "gDoc Creator" the printer is not recognized when I select it to print. It just becomes totally dead. It only…
0
votes
1 answer

Load 64-bits Dll on Python2.2(32-bits)

I am using Python 2.2, a 32-bit process, but I need to load a 64bit dll from a printer. It might seem strange, but is this possible?
0
votes
1 answer

PHP Printer Webserver

Right now I have a website set up that links to scripts on the LAN that allow me to install the many network printers that I manage. Basically it's just a HTML page that, very insecurely, points to a script on another part of the lan that installs…
CoderWalker
  • 299
  • 4
  • 14
0
votes
2 answers

PDevMode and DocumentProperties. Error when Migrating between Delphi 7+XE

I have the following function below that gathers the document properties of a PDF that I am printing. For some reason, in Delphi 7 (running XP), this works great...however, when I try to recompile with Delphi XE using Windows 7, the function always…
Vortex
  • 105
  • 10
0
votes
2 answers

accessing the printer connected on the local network via wifi in android

In the Lan connected printer, I want to print the files in sd card of the android device so, i want to access that printer through wifi not withe the ip address of the printer. I spent much time on googling, but i didn't find any solution. Can…
user1108995
  • 175
  • 1
  • 4
  • 11
0
votes
1 answer

how to connect openerp with fiscal printer

I have installed OpenERP 6.1 software and now i want to connect it to a fiscal printer. There are some files I got from the vendor of the fiscal printer which are .dll files. The fiscal printer should communicate through the serial port. As per the…
0
votes
1 answer

Braille printing

Does anyone have experiences with printing Braille script? I am making Braille editor and I am currently stuck with this feature. I have been trying i through PrintDialog and DocumentPaginator, but no luck. Total nonsenses came out of the printer.…
-1
votes
1 answer

How to downgrade cups-filters on Ubuntu 22.04

I am facing the same problem as the gentleman over here. That is I can't get my printer to print (but I could a few days ago). I get the same error messages in /var/log/cups/error_log, the only difference being that my printer is a Brother QL-700…
Buddyshot
  • 1,614
  • 1
  • 17
  • 44
-1
votes
1 answer

VBA Printer Settings

Hello how can I retrieve a list of the Current PC printers from system settings and show them on a form and let the user choose one to set as default printer using VBA MS Access?