Most voted "printer" questions
If the problem is hardware related, the question is probably not appropriate here. Tag used for programming focused on specific models of printers and problems related to the use of drivers, etc. Printer or printing device is a peripheral that when connected to a computer or to a computer network, has the function of output device, printing text, graphics or any other result of an application.
Learn more…72 questions
Sort by count of
-
6
votes1
answer1385
viewsPrint text and image on Zebra printer
I used "Zebra Designer" to generate a "code" for the Zebra printer to interpret, but I don’t know how to add an image in the middle of that print dynamically, like... I have a tablet that the…
-
5
votes1
answer1820
viewsPrint EPL code with javascript
I’m doing some testing with the printer Zebra GC420T using the language EPL to generate text and barcode. How can I javascript the printer print the following code? N q812 S2…
-
4
votes1
answer278
viewsZebra Printer Barcode Error
When printing to the RW 420 zebra printer using EPL language, the barcode is displayed with a black Tarja in the middle, as if the bars were spliced (see image). However, using the same code,…
-
4
votes2
answers2344
viewsHow to print directly without opening the browser dialog box?
I am developing a web system where I need to print a label and a non tax receipt after sending a certain form. To perform this action, I have two printers: Matricial MP-20 MI Non Tax Printer - For…
-
4
votes1
answer3003
viewsPrint contents of the HTML page
I would like to print a page of this format But when I print it is in this format I have a function in JS, but do not know how to solve this formatting problem CODE <!DOCTYPE html> <html…
-
3
votes1
answer2956
viewsIs web tax printer possible?
I am implementing a system for issuing a invoice with tax printer in C#, but I would like to know if it is possible via the web using Javascript HTML, CSS etc. How would I do that? Through what…
-
3
votes1
answer1115
viewsHow to print on Android via a bluetooth printer?
I’ve been searching and found nothing about printing on Android through a Bluetooth printer. Is it possible to do this? Is there a library or SDK?
-
3
votes1
answer641
viewsBematech MP-4200 TH waitingPrinting
Good afternoon I am developing an application that needs to make sure that the document was printed on the non tax thermal printer Bematech MP-4200 TH, as the printer has buffer even if there is no…
-
3
votes1
answer623
viewsChange default printer c#
I am working on a solution where I need to change the default printer for a label printer to print and return to the previous standard printer. Would anyone have any solution to this?
-
3
votes1
answer4024
viewsPrint PDF file using Printdocument
I am developing an application, Console Application in Visual Studio 2015, that its function is to print documents. I can print TXT and DOC without problems using the class PrintDocument but I can’t…
-
3
votes3
answers2628
viewsscript for printer installation automation
Good afternoon guys, I have in my environment a print server with a total of 63 printers installed and shared on the network, I would like a script for automating the installation of these printers…
-
2
votes1
answer647
viewsBootstrap changing color in print
I made a report system that is displayed to make printing on A4 sheet. I put some edges on it to make printing. The problem is that at the time of printing, it prints everything black. The problem…
-
2
votes0
answers666
viewsBluetooth and Android printer
Is there an api to send print orders through an android app? I’ve seen that Samsung included this bluetooth printing feature some time ago, but I can’t find anything about sending print orders…
-
1
votes1
answer2703
views -
1
votes1
answer176
views -
1
votes1
answer55
viewsHow do I use Airprint to print a text from a Uitextfield?
Someone could indicate a tutorial, or sample code explaining how to print a text from an Uitextfield.
-
1
votes2
answers1169
viewsFiscal Printer
I need to print a normal HTML page but using a tax printer (I don’t know if this is the correct term but it’s those smaller printers that we see in markets). There is an "emulator" to do these…
-
1
votes0
answers662
viewsCreating Labels for Zebra Printer
I need to create my own label to print on the zebra printer, if anyone has any experience with it,.. Thanks for your help! Better explaining: I have an application on android, I managed to make the…
-
1
votes0
answers49
viewsDP-20 serial printer with PHP
I’m building a script that prints Cheque with the DP-20 printer using PHP. But I can only find tutorial using their DLL, nothing via serial port. Does anyone know how to do this only with the serial…
-
1
votes0
answers188
viewserror obtaining Printer information VB6
When I will perform a print through a Data Report when opening the windows printer screen the following error occurs: error obtaining Printer information. Any suggestions?
-
1
votes1
answer1835
viewsFormat layout for Zebra printer printing
I was able to print on a Zebra RW 420 printer, but I don’t know how to format the texts, I looked at the documentation to send the data to the printer and noticed the following: String cpclData = "!…
-
1
votes0
answers989
viewsNumber of columns in matrix and thermal printers
I’m generating a text file to be printed on matrix and thermal printers. The file is printed by DOS and would like to know how many columns these printers support. In thermal would be necessary to…
-
1
votes0
answers617
viewsPrint Bluetooth Ionic Printer
Someone actually managed to print to bluetooth printer using Ionic, Ordova, phonegap some method that was not native? My project was written in Ionic, soon arose this need :(
-
1
votes0
answers113
viewsPrintdocument: Printing takes too long on IIS
I am with an automation project (Web Service) where one of the functions is to print a text file (simple) server side. This Web Service calls a dll composed of a "Printdocument" object and after…
-
1
votes0
answers156
viewsMaintain image size for CSS printing
Personal as I do to generate an image that will stay background in a div with a text overlaying it and the time I print it keep its size. Type I have an image generated in Photoshop with the…
-
1
votes0
answers71
viewsandroid - Creating an app to make impressions
I’ve been looking at the Google Cloud Print and it seems to be the easiest way it has, right? However the impression would be to stay in an application where the user would not be able to stay in…
-
1
votes0
answers329
viewsJAVA - Is there any way to send a print to Windows Spool?
I wonder if there is any way to send a print to Windows Spooler via java... I tried via Socket, Printwriter and everything, but I can’t send it to Spool, only directly to the printer!!!!
-
1
votes1
answer882
viewsDirect printing in Java
While running, the error below is displayed when sending a string printer-friendly. sun.print.PrintJobFlavorException: invalid flavor at sun.print.Win32PrintJob.print(Unknown Source) Complete code…
-
1
votes1
answer816
viewsPHP and Javascript - Automating one page printing function from another page
My site has a query screen of registered events. For each one, I have the option of Edit Event that redirects me to a form: function editaEvento(val){ var valor = val; location.href =…
-
1
votes0
answers253
viewsHow to install and use Cordova-plugin-term-Printer in IONIC 2
I’m having difficulty installing this plugin Cordova in IONIC 2 "Cordova-plugin-term-Printer" for this not being a native plugin got limited. Believe me I’ve been searching for over 7 days and…
-
1
votes0
answers22
viewsImage in printDocument_PrintPage
How to insert image into a print form, type as in the case of icon there when I’m editing theform, the only way I ended up finding was through Image IMG = Image.FromFile(Application.StartupPath +…
-
1
votes1
answer665
viewsPrinting with Printdocument, Printpreviewdialog C#
I’m trying to print labels of my products straight from my app. However I am not able to reduce the size of the paper in the printing, for this reason I’m losing 1 label every 1 impression I make,…
-
1
votes3
answers2758
viewsHow to print without line break in Python
matriz = [] def create_matriz(a, b): for contador in range(a): matriz.append( [0] * b ) def print_matriz(txt): cont = 0 for j in range(a): for i in range(b): if txt[cont] == "0": matriz[i][j] = 0…
-
1
votes1
answer4986
viewsHow to print any document by cmd?
Is there any way to print a document (in .docx or .pdf format preferably) using a Windows cmd command line? I tried to use print but it results in an error that says "Cannot boot device…
-
1
votes0
answers131
viewsMatrix printer printing, networked, with PHP
Good afternoon. I am trying to send a simple txt file to the network printer. The server is Windows, php 5.6 and is in a VPS. The printer is configured by VPN. I tried installing the php_printer…
-
1
votes1
answer1645
viewsPaper cutting (trigger guillotine) on Bematech MP-4200 TH printer
How to make the Bematech MP-4200 TH (non-fiscal) printer cut paper at the end of printing in a Java application?
-
1
votes0
answers67
viewsMultiple connections in serial port
I am writing a software, in Node.JS with Electron, that connects to a non fiscal thermal printer, but I ran into the following problem: On the client, they use a third-party software that connects…
-
1
votes1
answer718
viewsProblem with winppla.dll
I’m developing a solution for an Argox printer, so I downloaded this example to see how it works: http://www.argox.com/wp-content/uploads/largedriver/Command%20Library%20V410.zip The example can be…
-
1
votes0
answers433
viewsHow to print images and text (Coupon) in C#ELGIN I9 thermal printers?
I have received a demand to implement a program with the ELGIN printer, version I9. This program will be similar to those used in shops, markets where you have to print that coupon with the…
-
1
votes2
answers129
viewsImage loading inside for loop
var image = new Image(); image.src = 'images/logos/jpg_group.jpg'; // image.src = VARimg_categoria[y]; image.onload = function() { var canvas = document.createElement('canvas'); canvas.height = 250;…
-
1
votes1
answer1290
viewsHelp with php_printer.dll
Use PHP 5.5.12 and downloaded the compatible dll version and when opening the page nothing happens and also no error appears. I restarted Wamp and added the corresponding lines in php.ini php.ini…
-
1
votes0
answers432
viewsPrinting houses in Lleida
Personal to make the printing on a Diebold printer I am using the following code: DocFlavor docFlavor = DocFlavor.INPUT_STREAM.AUTOSENSE; // Atributos de impressão do documento HashDocAttributeSet…
-
1
votes0
answers37
viewsRecording of Datacard using Ibidispl interface
Hello, I’m developing a c# application to record data to smartcards via Datacard SD360 printer. After downloading the SDK provided by the manufacturer (this link:…
-
1
votes0
answers109
viewsHow to download a font for a Zebra printer using ZPL?
I am trying to download a new font for Zebra (Gc420t) using ZPL. This is the code I use for this job .: teste + = "~ DYR: OptimaLTStd, B, T, t, w, dados" and to print with source: teste + = "^ XA"…
-
1
votes0
answers45
viewsApplication PHP setar client printer?
Good morning! I am about to start a new PHP project and soon in the requirements document, I saw that one of the steps of a cycle of activities is to set the printer to which the client (mobile…
-
0
votes1
answer186
viewsUsing Ruby on Rails is it possible to perform external functions on the client side?
Example: On the computer that is with the browser accessing the page, with the proper permission, run a function in a DLL installed in it? Complementing: My intention was to use on an intranet, and…
-
0
votes0
answers428
viewsImage printing on Datamax printer with C#
Good morning! I have a label printing system on the Datamax printer that is made in C#. I need to generate the impression of an image (logo) on the label and was following the steps described in…
-
0
votes0
answers360
viewsbarcode in android printer Bluetooh
I can print anything but the barcode I currently use: byte[] cmd = new byte[3]; cmd[0] = 0x1b; cmd[1] = 0x21; cmd[2] &= 0xEF; out.write(cmd); out.write("Mensagem de teste \n".getBytes()); The…
-
0
votes0
answers431
viewsError trying to print document: The RPC server is not available
I made a software where one of the pages can be printed. On some computers it works normally and prints the page in PDF without problems. In others, when trying to print, the error appears: "The RPC…
-
0
votes1
answer916
viewsHow to print to non tax printer by tablet
I created a php system to use in only on the localhost, but I have access to it via tablet via ip / system, but I wanted to print via tablet on the non fiscal printer as I could do ?