I have a reactive application that allow people to request for additional repair work onboard a ship.
Before the ship leave, i need to generate a single pdf document for the shipowner what are the additional work that had been carry out.
Each request will look something like the layout below;
After each request before it print the next request , i need a page break (Not sure how to do this in UltimatePDF)
Do i use a ForEach to loop through the additional repair work requested
Appreciate someone can help me with this , thank you in advance
Hi @Jerah ,
I think you can indeed use the for each. Also, you have the page break block to help you.
Regards
Thanks for the hint , after i see your post i went to search in the widget section
Thank you , i will try it out
I am still stuck with this ... anyone can help ?
I use an aggregate to populate the data into respective block
But what i get is the last record being display.
It is not adding each record to a new page
Hi Jerah, were you able to overcome this issue?