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

Printing from Android doesn't send the chosen size (Brother QL-7000)

We shared a Brother QL-700 over Google cloud print. We print from a desktop the print went through without an issue. But, when we print from an android no matter which page size we pick it gets to the printer as 3.5' which doesn't fit the…
Guy Korland
  • 9,139
  • 14
  • 59
  • 106
-1
votes
1 answer

Programatically add footnote(image) when printing

Completely new to this and don't even know where to start. Specifically, the problem is to programmatically add a picture(JPEG) as a footnote when printing PDF/DOC/DOCX files on Windows/Mac. Most people use MS Word(on both Windows and…
Aiden
  • 93
  • 1
  • 2
  • 8
-1
votes
1 answer

Detecting Printer configuration changes in c#

Is there a way to detect a configuration changes in printers using C#? I have thread in c# which usually sleeps and I want it to be notified when there is any change in configuration (like someone adds/removes/updates the printer or someone changes…
atp9
  • 890
  • 1
  • 11
  • 23
-1
votes
1 answer

Code to print directly to the printer ZEBRA TPL in 2844 of a web application on the client machine

I have a problem in a system, I need to print directly from the application directly to the Zebra TLP 2844 printer, today we use a Java applet to do this, put in a near future will no longer be possible to use this. I made the code below, put it…
-1
votes
1 answer

How to get TotalPages from JOB_INFO_1 (GetJob)

I am calling GetJob() to get the document name and the TotalPages. I always get the TotalPages as Zero. I saw MSDN, it is said if Page Delimiting information is missing, this value will be zero. Is there a way that I can get the TotalPages or…
santhiR
  • 41
  • 1
  • 5
-1
votes
1 answer

how do i print to a printer 2 strings in java

ill try make this as simple as possible im trying to print a bill that contains this: String text="Home\n"; text+="Sweet\n"+"Home"; String cut_page="((char)12)m"; //this string is just a reference i want to print to a printer the string…
-1
votes
1 answer

Adding a Windows printer

I need to add 60 label printers to my Windows 7 computer, as network printers. They are all the same printer brand (datamax - O'Neil MP Compact4 MarkII) using the same driver. Each printer is pre configured with IP address and port. Of course I can…
Jakob Mathiasen
  • 1,267
  • 3
  • 15
  • 18
-1
votes
1 answer

Printer Naming Convention

Can we get Printer information such as mono or color from its Make and Model Number . Is there any naming convention exists ? For the model like Lexmark,Canon,Toshiba,HP is there any naming convention exist ? Any help will be appreciated Thanks…
Abhishek
  • 181
  • 2
  • 12
-2
votes
2 answers

Using PHP to print an image

Unfortunately searching this on Google is very difficult due to the print() function. I have a form that posts to a page that creates an image based on the submitted values. I need to make it so that after creating the image it opens the print…
watzon
  • 2,401
  • 2
  • 33
  • 65
-2
votes
1 answer

Insert Excel file to database in C#

It's basically a system connected with Arduino, you can use your schoolcard to link with the system, when you are linked you can use the printers or the 3d printers. The database-to-excel exportation already works but not the import-to-database…
memohtc
  • 1
  • 3
-2
votes
1 answer

Strange thing with a printer driver dll in windows 10

I've a Xerox DocuColor 250, and windows 10. I'm trying to fix a problem that will crash any program when I go to printer preferences. The strange thing is that: if I open the control panel, printer preferences works good whitout any problem. But if…
-2
votes
2 answers

How windows detect nearby network printers connected with wifi?

Can some please explain how Windows detect near by printer as Mac OS uses Bonjour to detect them. I want my android device to be detected as printer in the nearby list of Windows. I am using NSD to register a network service with ipp protocol and it…
Zaartha
  • 1,106
  • 9
  • 25
-2
votes
2 answers

Printer cannot scan to network shared folder - Error msg. "Selected servers are not found"

The scan operation for the printer was normal since 1 year ago, however since last month, scanning to network shared folder is not working and the printer was popping up this error: Selected Servers are not found. Consult your network…
Ranie
  • 1
  • 1
  • 2
-2
votes
1 answer

print jscrollpane having multiple pages

I searched a lot, and tried so many examples from the internet, but I haven't found a suitable example. My problem is, I am having a jscrollpane, it contains JEditorPane, and the content of JEditorPane is dynamic, when I prints jscrollpane, it…
Pramod Yadav
  • 245
  • 2
  • 20
-2
votes
1 answer

Command to find nearest printer

Please share me the command to find the nearest printer to the machine in an organization. The command can be anything from WMI,Powershell etc,
1 2 3
39
40