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.
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
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.