lokeshj / jzebra

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

How to print HTML file with Tables on Dotmatrix printer #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
I need to print a formatted HTML file on dotmatrix printer not as graphics but 
as ASCII.

What version of the product are you using? On what operating system?
I am using 1.3.5 Ver, Winxp, Printer is TVS MSP145

Please provide any additional information below.

Original issue reported on code.google.com by blrsr...@gmail.com on 24 Apr 2012 at 1:03

GoogleCodeExporter commented 9 years ago
I need step by step instructions to implement this, if someone has done this 
already, kindly help !

Original comment by blrsr...@gmail.com on 24 Apr 2012 at 1:04

GoogleCodeExporter commented 9 years ago
You cannot use HTML.

I researched two TVS printers, they both support Epson's programming language 
as well as an IBM's Proprinter language (Epson ESC/P, Epson ESC/P2, IBM 
Proprinter).

Please reference the manual for your dot matrix printer and find what 
programming languages it supports. HTML will not work.

You will need to use "append()" and "print()".  Do not use "appendHTML()" or 
"printHTML()" as they will not work with your printer.

If you need help with ESC/P and tables, please contact the mailing list: 
jzebra-users@googlegroups.com

Marking bug as invalid.

-Tres

Original comment by tres.fin...@gmail.com on 24 Apr 2012 at 2:35