Create Dynamic Word Document in ASP.NET

  • Thread starter Thread starter Jordan
  • Start date Start date
J

Jordan

Can someone point me in the direction of a method/solution for
generating word documents on the fly? I have been programming my files
in rtf, but the filesize gets tooo big when I start using images and
tables. I really need to have word format.

I've seen programs like aspose.words. How is that? Does anyone have any
"free" suggestions?
 
Can someone point me in the direction of a method/solution for
generating word documents on the fly? I have been programming my files
in rtf, but the filesize gets tooo big when I start using images and
tables. I really need to have word format.

I've seen programs like aspose.words. How is that?

Superb product, as it the entire Aspose suite.
Does anyone have any "free" suggestions?

In addition to their native file formats, the latest versions of Word (and
Excel, PowerPoint, OneNote etc) can all use XML. Take any Word document, do
File Save As, and select XML.

The XML schema is available for download from Microsoft:
http://www.microsoft.com/downloads/...52-3547-420a-a412-00a2662442d9&displaylang=en
 
Back
Top