Most voted "impression" questions
Issues related to the printing of documents in general. Subjects related to this tag may be related to printing aid technologies/frameworks. Not the same as issues related to the use and configuration of printers.
Learn more…100 questions
Sort by count of
-
44
votes5
answers87966
viewsHow to print content inside a HTML div?
I have a page and in it the content I want to print. I created a Javascript command, but this command prints the whole page. Is there any way to print only the contents of a div?…
-
12
votes2
answers6298
viewsHow to find the default printer and print plain text on a dot matrix printer on . NET?
We have a thermal printer that does not support printing graphic elements - in this case, I will have to send simple text to it. Considering that our application will run on several different…
-
7
votes4
answers8200
viewsHow to send text to the printer with PHP and Javascript?
I need to print a text that is not necessarily contained in the html document on a client-installed printer, I need to open that window to select printers and so on and send the print. // EDIT In…
-
7
votes1
answer13295
viewsSend file directly to printer via CMD
Does anyone know how I can send a txt file (with EPL commands) manually directly to printer by cmd?
-
6
votes1
answer5010
viewsHow do Bematech printer cut the print in half?
I am implementing a report in Report Builder in Delphi and I need that in the middle of printing, the printer (Bematech - MP 4200 TH non fiscal printer) make a cut and continue in the same print.…
-
6
votes1
answer688
viewsHow to print music sheet music in PDF?
I’m developing a website for a church where music scores will be available on a particular part of the website for the orchestra members, and I have no idea how to do that. I was thinking of using…
-
6
votes0
answers151
viewsHow to avoid Paper Feed
Hello, I am using a Engeworks non tax thermal printer to print payment vouchers, I am using the Generic Text Only driver. The problem is that she prints the vouchers as if they were whole pages and…
-
6
votes1
answer312
viewsPage Printing
Good morning, I wonder if there is any way to count how many times a given page (html) has been printed. I know we can count the times a modal was opened with the click of the button, in this same…
-
5
votes2
answers2037
viewsHow to set print options via javascript?
Is it possible? I would like for example to remove the default margin and remove header and footer. Already open the print window with these settings.
-
5
votes2
answers4850
viewsHow to print a text (coupon) via javascript?
I have a commercial web application written in ASP.NET MVC4 with c#, where I need to print a direct sale closing coupon to a non-tax printer (Diebold). Is there any way to send, whether by JS, a…
-
5
votes2
answers19768
viewsHow to print a page directly, without browser dialog box, using Javascript?
How to print, that is, send a page directly to physical print, without displaying the browser dialog box before? I see many examples on the internet but everyone asks for print confirmation.…
-
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…
-
5
votes1
answer1195
viewsHow to adjust the printing of an HTML in two columns?
Dear colleagues, I’m developing a PHP program with zend Framework2. In this program I have generate a stylized PDF containing the header, body and footer (I am using DOMPDF). The basic structure of…
-
5
votes2
answers133
viewsPrintdocument Printpageeventargs c# wpf Pagesize WPF
I have the following code: PrintDocument pd = new PrintDocument(); pd.PrintPage += new PrintPageEventHandler(arquivoImpressao); pd.DefaultPageSettings.PaperSize = new PaperSize("teste", 300, 600);…
-
4
votes2
answers546
viewsRuby Bematech integration (or similar)
Has anyone ever done a Ruby integration with a Bematech printer or other such ? What Gems or ways to print on a tax printer ?
-
4
votes1
answer925
viewsPVC badge printing with thermal printer
I’m with a thermal printer to do some tests of printing badges with cards pvc. At first I set up a model badge on Reportviewer and I’m generating it in pdf. And apparently she’s losing a lot of…
-
4
votes2
answers16534
viewsDynamic page break when printing (in <table>)
On a budget screen, I display the products registered within a Foreach in a table (each product), so in some cases, at the time of printing the page the table is broken and ends up getting very ugly…
-
4
votes2
answers6847
viewsHow to avoid abrupt page breakage when printing an html table
I am developing an html page to be printed later. But when printing I could notice that the break of pages in the middle of tables, are getting strange and abrupt, as can be seen in the following…
-
4
votes1
answer1208
viewsHow to print a View to a standard printer using Javascript or c#?
I need to print the contents of a view on the default printer. How can I do this using c# or javascript?
-
4
votes1
answer329
viewsHTML printing - PHP
Next... I have an HTML structure formed by TABS, the style of these link: http://www.codecovers.eu/materialadmin/ui/tabs#second1 But when printing with Ctrl+p just call the TAB that is Active. How…
-
4
votes1
answer3589
viewsHow to assemble a page for printing within the application code?
I need to assemble a printing page inside my code, that is I will not print an existing document, nor the application screen, I want to assemble the code execution with the elements I want. I have…
-
4
votes2
answers1310
viewstextarea with notebook lines style
I need to make a form for printing that could be typed in the browser or printed for writing. As it can be written on the printed sheet, I need a style in the textarea that draws the lines as if it…
-
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
votes3
answers1428
viewsError while breaking page for printing on Google Chrome
I have a page that prints tickets in 3 ways. Each ticket path is within one div with class ticket. After each route, I need to generate a page break. However, when using page-break-after: always; in…
-
4
votes2
answers2246
viewsHow to print from a web application to a local printer with C#
I need to program in web some resources that perform local impression, where text and commands are sent to a specific device without the user interaction. For example the issuance of labels on Zebra…
c# web-service webforms wcf impressionasked 7 years, 2 months ago Desenvolvimento Sistema Gestor 59 -
4
votes1
answer2407
viewsDirect PDF Printing on Java Printer
So, I need to print a PDF directly to the printer, because I need to print Tax Notes.If I use this form Desktop d = Desktop.getDesktop().print("Caminho do arquivo") it prints normally the first…
-
3
votes1
answer958
viewsPrinting in PHP
I am developing an enterprise inventory management system and the customer needs the system to print the labels on a special label printer (Datamax I-4210) the registered products. The system is web…
-
3
votes2
answers917
viewsPrint word file by c#
Hello guys I am trying to print a word.doc file, I am using the following code. using Microsoft.Office.Interop.Word; Microsoft.Office.Interop.Word.Application application = new…
-
3
votes1
answer1452
viewsRemove Printer Dialog - Printjob Java
In a Java application I do the printing through Printjob, but in the way I do the printing by calling the Print method it opens a printer dialog box so I choose which one to print, I tried and I…
-
3
votes1
answer916
viewsHow to center text using print Document c#?
I’m making an impression and would like to center the text using this code on printpage e.Graphics.DrawString("bla bla bla bla", FontTitulo, brush, e.MarginBounds); How do I center?…
-
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
votes2
answers1067
viewsHow do I print to dot matrix printer on the client with a web application?
I have an application made in C# MVC with a routine to print a plain text on the standard printer. The method was used RawPrinterHelper.SendStringToPrinter that is described in this article.…
-
3
votes1
answer1850
viewsList network printers with PHP
I need all printers on the network to be listed in my application for configuration purposes, but so far I’m finding it difficult to do. At first I’m using Windows on the application server, but I…
php web-service linux web-application impressionasked 7 years, 7 months ago Anderson Brunel Modolon 1,111 -
2
votes1
answer5368
viewsHow to make the table header repeat on all pages
I’m trying to print using CSS and I have a table with thead and tfoot, I’m trying to do with this print on all pages the table header, but the result is the same, it shows only on the first page and…
-
2
votes1
answer3455
viewsPrint Reportviewer report directly, without preview
I need to send a report directly to the printer, without preview or PDF generation. The problem is that the application is Web Forms and all the solutions I’ve found so far provide support only for…
-
2
votes1
answer379
viewsHow to run a function only when printing the page?
Hello, well I have a function to fix Chrome BUG when placing a table to print. NOTE: for those who do not know this bug is that the table is not replicated in the following pages, different from…
-
2
votes1
answer619
viewsDirect printed in Java
I need to create a form to be printed on a thermal printer (not tax), in case I thought to create a printed by Jasperreports but Jasper searches the bank for the information and wanted to get the…
-
2
votes0
answers824
viewsZEBRA printing via PHP ZPL
I have a problem, I have a PHP application that generates a zpl code that is sent to a server that has a zebra installed. It works perfectly, the problem is that the printer is used in other systems…
-
2
votes1
answer385
viewsClass derived from Printdocument class C#
I have a class to print labels (Cprint), this class is derived from the class PrintDocument. It takes an image calling a method contained in the class Form1.cs. Follow the code of the class…
-
2
votes1
answer791
viewsCSS configuration for matrix printer
Well, my problem is this. I’m developing a web system and I use ASP.NET MVC, I managed to generate a guide where the layout that I present is null. But I couldn’t set up the print correctly for a…
-
1
votes1
answer1677
viewsDirect printing on the door
I need a VB.Net code to print directly to the port of a bead printer without using any driver windows. I add that my printer is connected by USB but in the future I needed to print on any type of…
-
1
votes3
answers6609
viewsPrint without confirmation window in PHP, Javascript or Ajax
I have a non-tax Zebra TLP 2844 thermal printer, and I’m developing a password generation program to print on that printer. I’m using the functions printer_. I tried the following example code:…
-
1
votes0
answers103
viewsPrinting several pages
I have a class that she makes the impression of the pages, however, I’m having a hard time breaking the pages. In examples I have seen, they control this by the number of lines per page, but in my…
-
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
votes1
answer128
viewsPrint colorful icone
Good Morning, I have an icon on the red HTML page: <i class="fa fa-circle fa-2x text-danger"></i> When I have it printed, it turns black and white. There is a way to change this with…
-
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
answers590
viewsPrinting of picturebox contents c# in thermal printer (zebra) by serial connection
I received a request at work to print barcodes on the printer you have here (Zebra QL320 plus 1). The first step is done, I was able to adapt a code to generate the barcode; this is inserted in a…
-
1
votes0
answers435
viewsEdit doc file through C#
I have a program that generates barcodes, inserts them in a file . txt and prints this file. What I want is for those barcodes to be inserted into a file doc with a paper label template (in this…
-
1
votes1
answer252
viewsHow to create Parameters for Ireport
I am developing a Java Software where the user registers. Each registered product can be printed. Each product may have several images and these images should be printed together with the data of…
-
1
votes1
answer1888
viewstable html printing
I am developing a php application with mysql and at a certain point need to make a query in the database and bring the information in a table. Until then quiet, however I need to have the option to…