ramonlopes / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

Problem with older epson printers #176

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I have a problem with old prinert epson using a jzebra. I have a web 
application in asp clasic, i use a jzebra to print ticket, but my client have a 
epson old printer when he use my web aplication to print and after use other 
aplication the epson printer dont work good, the print it's width strange 
characters or the font it's not correct. i use now a jzebra 1.4.6. My example:

        qz.append("\x1B\x40"); // 1
        qz.append("\x1B\x21\x08"); // 2
        qz.append(_empresa + "\r\n");
        qz.append(_CIF + "\r\n");
        qz.append(_Direccion + "\r\n");
        qz.append(_Poblacion + " " + _CP + "\r\n");
        qz.append("***********************\r\n");
...............
.............
        qz.append("Muchas gracias\r\n");
        qz.append(" \r\n");
        qz.append("\x1D\x56\x41"); // 4
        qz.append("\x1B\x40"); // 5
        qz.print();

please help me. Thanks

Original issue reported on code.google.com by gonzalo....@gmail.com on 5 Nov 2013 at 8:24

GoogleCodeExporter commented 8 years ago
You will have better luck raising this question with the mailing list, 
jzebra-users@googlegroups.com

This is a place for bug reports against the software, not a support forum.

Closing and marking bug as invalid.  Please reopen if you believe this was 
closed in error.

-Tres

Original comment by tres.fin...@gmail.com on 5 Nov 2013 at 1:27

GoogleCodeExporter commented 8 years ago
ok, thanks and soryy

Original comment by gonzalo....@gmail.com on 5 Nov 2013 at 2:10