Quote:
If I know that page will break in the next 3 rows than my problem will be solved.
With MigraDoc you define documents consisting of sections and paragraphs. There are no pages at this stage.
When the document gets rendered to PDF, then pages will be created and pagebreaks will be added.
When you render to RTF, no pagebreaks will be added.
When adding paragraphs, there are no pages and no-one can tell you whether the page is nearly full.
MigraDoc allows you to modify any paragraph at any time. A line may be near the bottom - until you alter the page margins.
Long story short: while adding lines to a table, there are no pages and you cannot find out whether you are near the bottom of a page.
Measure the text you add to tables or otherwise estimate how many rows will fit one page - and start a new table after a pagebreak.
Did you try to contact pakeha_by? His last post is from April 2013 when he offered to look after the KeepWith problem.