Questions tagged as 'imprimir'

3
answers

Print directly to printer connected via JS or PHP

Imagine that I have a web page and I want to print a receipt for the client, that clicking on a button "Print" of the page gives me the option to choose the printer to print the PICTURE that you see on the screen. Test code: <!DOCT...
asked by 08.01.2018 / 00:02
2
answers

Print div with styles in JS

Good afternoon friends of the community, today I come with a question that I hope you can help me solve, it turns out that I want to print a div with JS but when sending the parameters in the function the styles do not respect them and the file...
asked by 17.05.2018 / 22:32
1
answer

I need to print from my executed program as a Windows service

I have a program created in Java that gets a PDF and prints it. To print it use ghostscript: public static void print(String nomImpresora, String rutaNombreArchivo, int cantVia) throws Exception { String cmd; cmd = "gswin64c -dPrinted...
asked by 13.07.2018 / 17:20
1
answer

Array [] print

I have a problem printing a String [] that is inside an ArrayList of objects when printing some prints as null. Pasaporte - Jose Gregorio Silva Guedez.PDF C:\Users\Javier Marín\Documents 5 Votantes: [ null, null, null, null, null, null, null,...
asked by 21.09.2018 / 20:15
1
answer

print an area and delete link and page number

I have this function for the print button: <script src="js/jquery.PrintArea.js"></script> <script> $(document).ready(function(){ $("#printButton").click(function(){ var mode = 'iframe'; //popup var close...
asked by 05.07.2018 / 13:12
0
answers

Print QR android

I am trying to print a QR code for a thermal printer. String I print them without problems converting to byte array but when passing a bitmap converted to array of bytes I get all the rare characters and letters. I have read that it may be be...
asked by 22.11.2018 / 14:23
0
answers

Error printing in widnows using PHP escpos

I'm trying to print using PHP in windows, for that I'm using the PHP escpos-php library. The point is that I can print, but I need you to print a PDF or an .html file, but I do not get an error in both. Error when I try to print a pdf: load...
asked by 18.10.2018 / 12:28
0
answers

Print contents of a div in Prime NG

I have the following code to print a part of a screen: const printQR = document.getElementById (divName) .innerHTML; const content = document.body.innerHTML; document.body.innerHTML = printQR; window.print (); document.body.innerHTML = conten...
asked by 14.10.2018 / 02:47
0
answers

Error in NodeJS when printing on Windows?

Hi, I have a problem and I can not formulate it here or I am doing it in the right way. It turns out that I'm trying to print some files through Node.js in Windows, I've tried with the libraries: node-printer, escpos and node-thermal-printer. Al...
asked by 09.10.2018 / 07:49
1
answer

Arrangements of objects as compare [duplicate]

I would like to know how I can make my method print, print the object. and I run it in the bubble method, I also add my test code. Because what I print is    ordenamientos.Persona@15db9742 - ordenamientos.Persona@6d06d69c - ordenamientos.Pe...
asked by 15.09.2018 / 06:26