I am going to start a Server side Office automation project in .Net. Below are the key activities that are planned:
- Create a word document
- Use a existing word document template having cover page, header, footer, TOC
- Save file
- Embed files and resize : HTML, Image, Word, Excel
- TOC generation and formatting
- Doc formatting: Page break, Section break, Orientation, Orientation at section break, Continuous page numbering
- Replace embedded "variables" with use defined contents.
I am more inclined towards OpenXML SDK 2.0 since it is free compared to Aspose. Also, in aspose, I could not locate sample codes to embed Excel document inside word document which is a key requirement.
Can you please guide me on using OpenXML SDK 2.0 or Aspose component? What are the key factors that goes in favor of Aspose (apart from simplicity of APIs) so that i can spend time to evaluate it too?
Thank you.