Hello Aspose forum,
We are using full Aspose.Total license.
Query: We have a nested table with outer table having two columns with 33% and 66% width. The inside table in the 2nd column is dynamic in nature. We want the outer table columns to modify to 0% and 100% width respectively once the dynamic table finishes rendering content in first page and moves onto the next page.
eg:
aspose query.docx (28.9 KB)
In the above aspose query document doc, we can see that its having nested tables. The first column contains generic table and a chart and second column contains 2 dynamic tables. What we want to achieve is that once the page breaks from second page the outer table’s 2nd column must occupy the 100 percent width of the page since we dont want to waste the empty space in second page. i.e from the row containing “Deferred gold silver” we want that table entries to occupy 100 % width. Could you please let us know if there is a way to achieve this via Aspose.Words. We also want this to be achieved in pdf too. We usually generate a doc from Aspose.words and then save it as pdf for the pdf version.