Hi,
I'm using Aspose.word for creating some mail merge documents. Everything was working fine until users started entering long texts that causes a row in generated document to get so long that it does not fit in the current page anymore. so the entire row moves to the beginning of the next page. the solution for that is very easy, use "Allow row to break across pages" in the table properties of the template document, and it worked, but only for word documents.
We are converting word documents to PDF, using Document.Save method. the input word document breaks the row across pages, but the generated PDF moves the entire row to the next page. any ideas? BTW, If I save the generated word document as PDF using Microsoft Word, it will be saved correctly, with that row broken across 2 pages.
Our users mostly use PDF not word. so for most of them using word format is not an option.
Regards,
Abbas