We are currently using Word 2007/10 automation to import fairly large HTML reports (headers and tables) into a word document which serves as template. The HTML document can be 5 to 80 Mbytes. Most of the time that does work fine but some customer deployments experience issues. The process works fine but requires word and it takes too long. We do the following:
1.) Open the Word template document which is standard .DOC and contains VBA macros
2.) Replace a tag inside of 1.) with our generated HTML + CSS report
3.) Run some VBA macros which auto-size the table and auto generate TOC, update page number
Our questions:
1.) Can this be done with Aspose.Net Word ? How would the macros be run to resize the tables ?
2.) Will this run more stable and up to what report size in MB will this work ? Are HTML + CSS conversion to DOC supported ?
This message was posted using Email2Forum by sheliah.