That's exactly what I was looking for! Thank you very much.
ayseboogie
@ayseboogie
Posts made by ayseboogie
-
RE: Iterating over pdfs that are more than 1 page long
-
Iterating over pdfs that are more than 1 page long
https://playground.jsreport.net/w/ayseboogie/98R5k3~l
In this playground, the first page of each data set is shown - Test Device and Test Device 2. I am having the issue of my pdfs getting cut off after the first page when using an array template. In the data for Test Device, "name": "item x" goes up to 60 but in templateArray, is cut off after 53 because the rest of the data is on a new page. How would we handle a situation where we are processing an array of data to create multipage pdfs and want to combine those all into one? - ie Test Device data in full, page break, Test Device 2 data in full?
We have multiple multi-page invoices and we are wanting JSReport to give us all of them in 1 document from an array datasource -
RE: Merge template to one pdf
@bjrmatos How do you iterate over pdfs that take up more than one page? and to further that, how do you set a page x of y in the footer that keeps up properly in the mergeTemplate / all of the pages