I am using Aspose.Pdf in a .NET application. I am currently migrating code that was using Aspose.Pdf.Generator to use the DOM approach. I am using the most recent version of Aspose.Pdf (18.1.0) in Visual Studio 2017 Community Addition on Windows 10.
I have a table in the XML, which has a summary table directly underneath it. I want to keep the summary table together so that if part of the summary overflows to the next page, the entire table will flow to the next page. With no other settings, the table breaks and only part goes to the next page. In Aspose.Pdf.Generator, I was able to set IsRowBroken=“false” on the table and keep it together, but I don’t see that option anymore. There are properties called IsBroken and Broken, but neither of those seem to work for me.
I have attached samples of both my XML input, as well as my PDF output in a ZIP file.
Input_Output.zip (28.7 KB)