Hi,
I want to build a pdf with a table inside, with the PDF frame work https://help.syncfusion.com/file-formats/pdf/overview?_ga=2.192242978.96418552.1658214381-2950197.1648630574
But I have a requirement. I want to control a manual page break after a specific row not an automatically break.
Example:
------------------- start page ------------------------
some text
----start table------
| Order | Name | Number |
| 1 | Test | 98345 |
| 2 | Test 2 | 3456334252435 |
| 3 | Test 3 | 2345245 |
----manual break---------
A lot of space left
------------------- end page ------------------------
------------------- start page ------------------------
| 4 | Test4 | 4563 |
| 5 | Test5 | 3456 |
| 6 | Test6 | 456 |
--- end table ----
------------------- end page ------------------------
Is this possible some how?
Thanks for your help.
Best regards
Sven