Questions tagged as 'impressora'

3
answers

script for printer installation automation

Good afternoon, 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 to automate the installation of these printers on the machines of the company, so far I have done the...
asked by 15.05.2018 / 21:24
1
answer

Bootstrap changing color in print

I made a report system that is displayed to make A4 sheet printing. I put some edges in it to make the impression. The problem is that at the time of printing, it prints everything black. The problem is the bootstrap, because when I shoot it eve...
asked by 30.06.2015 / 17:21
0
answers

JAVA - Is there any way to send a print to Windows Spooler?

I would like to know if there is any way to send a print to Windows Spooler via java ... I tried via Socket, PrintWriter and everything else, but I can not send it to Spool, just directly to the printer !!!! >     
asked by 17.08.2017 / 22:00
0
answers

Bluetooth and Android Printer [closed]

Is there any api to send print orders through an android app? I have already seen that samsung has included this bluetooth printing feature for some time, but I can not find anything about sending print orders natively to these devices. Any l...
asked by 19.02.2016 / 01:40
0
answers

Creating labels for Zebra printer [closed]

I need to create my own label to print to the zebra printer, if anyone has any experience with it, I'd like to know how it was done. Thanks in advance for your help! Better explaining: I have an application in android, I was able to mak...
asked by 08.06.2015 / 20:38
2
answers

Fiscal Printer

I need to print a normal HTML page but using a fiscal printer (I do not know if that's the correct term but it's the smaller printers we see in markets). Is there an "emulator" to do these tests?     
asked by 10.03.2015 / 15:23
3
answers

How 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][...
asked by 06.06.2017 / 06:15
1
answer

Opening cash drawer

I'm trying to send a command to open my cash drawer automatically by my application, but without success so far. I contacted the manufacturer of the drawer and printer (non-fiscal) Bematech and they indicated a download with a dll that I have to...
asked by 16.07.2014 / 15:50
1
answer

Direct printing in Java

During execution, the below error is displayed when sending a string to printer. sun.print.PrintJobFlavorException: invalid flavor at sun.print.Win32PrintJob.print(Unknown Source) Complete code PrintService[] printServices = Pr...
asked by 20.05.2016 / 03:50
2
answers

Image 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;...
asked by 02.08.2017 / 02:59