Hi,
I am using Aspose.Words.dll 5.1
I have a table in document building1.doc, after insert form field like that
doc.Range.Bookmarks("Building_Name1").Text = dt_building.Rows(0)("building_name").ToString()
When the text is too long, the table can not expand to next page.
building2 is the output documents.
Please help.
Regards,