Umbraco ‘Export to Word’ macro allow users to export online content into Word document using Aspose.Words. This macro makes it super simple to have an offline copy of your favorite online content for editing, sharing and printing etc. in most popular Word (doc) format. It adds a simple ‘Export to Word’ button at any desired location on the page and clicking it dynamically exports the content of the page to a word document and then automatically downloads the file to the disk location selected by the user in just couple of seconds.
Detailed instructions
Please check http://www.aspose.com/blogs/aspose-products/aspose-words-product-family/archive/2014/01/15/umbraco-export-to-word-using-aspose.words.html
for details
Video
Please check the video below to see this macro in action
http://www.youtube.com/watch?v=3EHf3Giq6l0
How to use ‘Export to Word’ macro?
After you have installed ‘Export to Word’ macro it is really simple to start using it on your website. Please follow these simple steps to get started
Note: You may get ‘Maximum request length exceeded’ error while installing. You can easily fix this issue by updating ‘maxRequestLength’ value in your Umbraco web.config
<httpRuntime requestValidationMode="2.0" enableVersionHeader="false"
maxRequestLength="25000" />
You have successfully added ‘Export to Word’ to your template. A button titled ‘Export to Word’ will now appear on all pages created using this template. Anyone can simply click on this button and export the content of the page into a Word document.