Umbraco ‘Export to Pdf’ macro allow users to export online content into Pdf document using Aspose.Words. This macro makes it very easy and simple to have an offline copy of your favorite online content for sharing and printing etc. in popular Pdf format. It adds a simple ‘Export to Pdf’ button at any desired location on the page and clicking it dynamically exports the content of the page to a Pdf 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/22/umbraco-export-to-pdf-using-aspose.words.html
for details
Video
Please check the video below to see this macro in action
http://www.youtube.com/watch?v=EcZZzswqybc
How to use ‘Export to Pdf’ macro?
After
you have installed ‘Export to Pdf’ 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 Pdf’ to your template. A button titled ‘Export to Pdf’ 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.