I am facing challange on page break on every sum of max amount 800,000. If sum amount over 800,000 then it will go anoter sheet/page break. Please help me how i can do this?
,Please see the attachment for details.
Regars
Ifti
Attachments:
0 Answers:
No answers yet
If I were you, I would handle the data into a list of small data that has a max amount is 800,000 in java application.
Then pass one by one the processed data in the list and create a PDF for it.
Finally, combine them into 1 report.