bpampuch / pdfmake

Client/server side PDF printing in pure JavaScript
http://pdfmake.org
Other
11.72k stars 2.05k forks source link

Table rows that exceed the physical paper height just get dropped. #2806

Open OS4 opened 2 weeks ago

OS4 commented 2 weeks ago

We generate large packing lists that we are trying to get into a table row with just a single cell. The result is that large packing lists, that would want to go over two or more pages, are just dropped.

I'm new to pdfMake, so apologies if there's a simple solution of parameter that needs setting.

OS4 commented 1 week ago

The workaround is for me to calculate the lines of text per page and split the columns myself when constructing the dd object, however, this will not cater for different fonts nor different paper sizes