Open GoogleCodeExporter opened 8 years ago
My printer is a thermal printer Bixolon SRP 350 Plus
Original comment by RobertM0...@gmail.com
on 9 Dec 2013 at 5:40
Print html is very limited (doesn't support CSS, etc).
I'm not sure if it even supports nested tables.
The html5 printing is recommended instead, which can be found using the "Print
Current Page" button.
This HTML5 feature is still being worked on, so your feedback is appreciated.
-Tres
Original comment by tres.fin...@gmail.com
on 9 Dec 2013 at 9:18
@Robert,
For POS Printers, I strongly suggest using ESC/POS formatted syntax along with
the Raw Printing capabilities instead of the HTML printing features.
http://qzindustries.com/WhatIsRawPrinting
-Tres
Original comment by tres.fin...@gmail.com
on 11 Dec 2013 at 2:12
Thanks I Tried using ESC/POS commands but the problem is that I need to print 6
columns table and very well distributed and using Raw commands its too
complicated.
Original comment by RobertM0...@gmail.com
on 11 Dec 2013 at 4:30
I have the same problem. After reading this issue comments i have changed my
code and removed the css syntax. But even if i do not use css, sometimes
qzprint does not print the whole page.
I am printing the same page 100 times. Avg. 4 pages have a problem.
Original comment by okandemi...@gmail.com
on 28 Sep 2014 at 1:42
[deleted comment]
I think the problem is related with the Applet JVM memory. Applet's default Xmx
is 64MB. I have changed my Applet Runtime Settings to this -Xms128m -Xmx128m
It works for me.
Original comment by okandemi...@gmail.com
on 8 Oct 2014 at 12:12
Attachments:
Original issue reported on code.google.com by
RobertM0...@gmail.com
on 9 Dec 2013 at 5:38