hi there
Dear Nat,
Hi Nat,
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thanks for your inquiry. Most likely, you use Aspose.Words in evaluation mode and document is truncated. That is why you get less number of tables than expected. There is evaluation limitation of maximum number of paragraphs in the document. You should see the following text in the output documents.
This document was truncated here because it was created using Aspose.Words in Evaluation Mode.
If you want to test Aspose.Words for without the evaluation version limitations, you can request a 30-day Temporary License. Please refer to
http://www.aspose.com/corporate/purchase/faqs/temporary-license.aspx
Best regards.
hi
Hi Nat,
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thank you for additional information. I think, in your case you should use mail merge with regions to fill table with data. Please follow the links to learn more about mail merge with regions:
Hope this helps. Please let me know if you need more assistance, I will be glad to help you.
Best regards,
Hi Nat,
Just to clarify the technique which my colleagues have already suggested.
Using mail merge you can merge data from your datasource into existing tables in your template. These tables will dynamically grow with each row of data from the datasource. You do not need to create tables manually and insert them.
You can find an example of this in action on the Demo pages here. If you installed Aspose.Words using the MSI installer you can find the full code and templates in the folder where Aspose.Words is installed to.
Thanks,