ramonlopes / jzebra

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

Multi page print not working; only first page is printed (always) #236

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use qz.appendHTML(/*provide simple HTML, which should at-least result in 2 
A4 size page prints*/)
2. Then call applet.printHTML()
3.

What is the expected output? What do you see instead?
Only first page gets printed, rest seems to be discarded..

What version of the product are you using? On what operating system?
1.8.7 (free qz-print) and jZebra latest | Windows 7

Additional information below:
I am trying to print a sales invoice on pre-printed A4 size page template (i.e. 
company letter head)... therefore, for longer list of items i need to add page 
breaks with respective margins so that only a certain number of items gets 
printed per page. 

In current case i need 12 items to be printed on first page and next 12 on next 
page and so on until items list is completed.

No matter how much data in given in html; only first page of data gets printed 
always. 

Original issue reported on code.google.com by ahsa...@aio.ae on 12 Feb 2015 at 8:03

GoogleCodeExporter commented 8 years ago
Correct.  This is a limitation of the software.  This is one of many items we 
hope to tackle once our qz-tray application is rolled out.

-Tres

Original comment by tres.fin...@gmail.com on 12 Feb 2015 at 1:28