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
-
0
votes1
answer619
viewsWhat’s the command to cut paper on the Bematech MP-2100 TH?
What is the command to cut paper on the Bematech MP-2100 TH? See that it is not the FI she is not fiscal, on the Internet she finds it easy when it is fiscal. I tried #27+#119 but it won’t take…
-
0
votes1
answer137
viewsHow to print two images on two different pages at once?
Hello! I can print a panel (pnlPrint) using the following code. But, I am not able to print a datagridview that already belongs to the same form together, on the second page so that the two leave in…
-
0
votes0
answers757
viewsPrint via Browser to Non Tax Printer
I have a problem to print via web in some non tax printers, for example Bematech. I’m using pure html, I’ve added several css options and nothing works. In Epson I can print normal, all right, when…
-
0
votes1
answer1437
viewsHow to format font and text size on a thermal printer using Java
Well, I am developing a program for a pizzeria and I need to print the orders with the respective pizza flavors, but with correct formatting, larger letters and such, the pattern is too small for my…
-
0
votes1
answer51
viewsPrint negative line DPP-450 Datecs Escpos
I’m starting a project on this printer (DPP-450), and I came across a problem that I’m unable to solve: I need to print a negative line, black background and blank writing. In the manual this "GS B"…
-
0
votes0
answers202
viewsGraphic does not suit printing
I have a page that features several graphics and a button for printing. Although I have put the graphics in a small size and one next to the other to print several graphics on the same sheet, when I…
-
0
votes2
answers567
viewsMatrix Printer does not reconfigure paper size
I am using a dot matrix printer to print receipts. I installed it as Generic text only. But send the print, it recognizes the height as A4 paper. How to make the printer cut the paper when there are…
-
0
votes0
answers478
viewsHow to print on a Bematech MP-4200 TH thermal printer using Javascript?
I need to print a bill of sale through a web application, where I developed the front using Vuejs and the back built an API with Laravél, and I’m looking to integrate a Bematech MP-4200 TH printer,…
-
0
votes0
answers351
viewsAndroid Studio - Print via Windows spooler
I wonder if there is a way to send the prints via windows spooler. I am making a bar site and as I have many apps connected at the same time in the network, if I have printed directly in the…
-
0
votes1
answer280
viewsPaper limit size using printer_draw_text php
I am facing a very strange problem in thermal printer printing using php. It’s all right, but when the text is big, it doesn’t print everything, it has a standard print size. I couldn’t find…
-
0
votes0
answers150
viewsPrint text in ASCII
Good afternoon, I am trying to print a text (ZPL code), but in my code there are ASCII delimiters, and for this reason does not generate correct impression, that is to say missing certain…
-
0
votes1
answer458
viewsMonitoring of Printing Spool
I’m trying to make an application that monitors my printer and when the user sends a print of any program, it captures that information, pauses the print and opens a new window for the user to enter…
-
0
votes1
answer96
viewsPage printing is bugged in firefox
Hi, I’m using javascript window.print() to print a radio news html page. In Google Chrome is working according to my needs, but in Firefox it cuts most of the text. Below is 1 print of how it looks…
-
0
votes1
answer1140
viewsEdit Zebra ". lbl" Java printer file
I have a problem that is the following, I have a system where the user will upload a standard label, made in Zebra Designer (ex: etiqueta.lbl), for your products and according to the product that it…
-
0
votes1
answer189
viewsError "Settings to access '"' printer are not valid."
I have an application ASP.Net MVC that makes product sale and printing of this sale we work with several brands of thermal printers (not fiscal) as: Tanca, Bematech, Epson, among others.. we use to…
-
0
votes1
answer345
viewsIF to set default printer via batch
We are redesigning the machine park here of the company and the new machines came with Windows 10, unlike the Windows 7 that we used before. The first problem we had was with the way Windows 10…
-
0
votes0
answers22
viewsPrint elements of a data grid view, using C#print Document
Hello, good afternoon ! I am doing a small project of registration and sales of products and I have a problem in my sales form. Initially the form searches the data of a product that is in the…
-
0
votes0
answers19
viewsHow I monitor the sensors of a C#printer
I have a hybrid printer authentication and printing quite old by the way, what happens is that in the authentication part has a sensor that the document is present, what I would like to know is how…
-
-1
votes1
answer87
viewsSuggestions for printer manager application
I’m more set up with webdev, and I’d like suggestions on how I could implement an idea. Note, that I am not asking for any script, nor how to do it, but I would like tips on what tools/language is…
printerasked 10 years, 7 months ago Marcelo Aymone 3,366 -
-1
votes1
answer362
viewsHow to Decrease Paper Size
I am making a print with css print on the Bematech MP-4200 TH printer, my content is in a good size customized by css, however I would like to decrease the size of the paper because this leaving a…
-
-2
votes3
answers575
viewsEPSON non fiscal thermal printer does not work in a shared way with USB and LPT
I am creating a system in PHP and we are entering the printing phase with non tax thermal printers. In principle I did not find Epson support for PHP printing and in researches I found the component…
-
-3
votes1
answer45
viewshow to print table in two columns?
I have a table with more lines that fit on an A4 page, but if divided into two can be printed on one page, with two columns. I’ve checked other sites and got help, but it hasn’t. I attach the code I…