Hi,
We are using Aspose PDF Generator to generate the pdf.
We need to move the records to next page when a certain record count reached. We tried using row.IsNewPage= true when record count ==8 reached on a particular page. But page break is happening only when page is filled completely with content. Page break is not happening when record count reaches to 8 due to this our one segment or group of text splits in between and showed half on one page and other part on another page. In order to avoid such cases we need to dp page breaks.
We want page break to happen when page reaches a particular record count.
Can you please suggest how to achieve this functionality.
Note : We are using Aspose.Pdf version 7.9.0.0.
Looking for your reply.
Thanks