PdfMake - Wide Page Page View

I am using pdfMake to generate tabular reports. Some of the reports are very wide and do not fit the standard page width, even in landscape mode. Currently pdfMake mutes the table contents when it overflows out of the page.

I would like the page to split the table when it is too wide, like overflowing rows to the next page.

Is this possible with pdfMake?

Can I use the pageBreakBefore function for the callback function?

thank

+3


source to share





All Articles