Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Export to Word Plugin for dotCMS allow users to export online content into Word Processing document using Aspose.Words for Java. It dynamically exports the content of the Web page to a Word Processing document and then automatically downloads the file to the disk location selected by the user in just couple of seconds. The generated Word processing document can then be opened using any Word Processing Application such as Microsoft Word or Apache OpenOffice etc.
In order to deploy Export to Word OSGI/Dynamic Plugin you need to have the following requirements met:
Please feel free to contact us if you wish to install this plugin on older versions of dotCMS.
You can download Export to Word plugin from one of the following locations
Once downloaded, please follow these steps to install the plugin into your dotCMS website:
After you have installed the Export to Word OSGI plugin, it is really simple to start using it on your website. Please follow these simple steps to get started:
<form action="/app/exporttoword" method="POST">
<input type="hidden" name="page_url" value=$dotPageContent.url />
<input type="submit" value="Export to Word" style="float: right;" />
</form>
This Plugin uses an evaluation version of Aspose.Words. Once you are happy with your evaluation, you can purchase a license at the Aspose website. To remove evaluation message and feature limitations, product license should be applied. You will receive a license file after you have purchased the product. Please follow the steps below to apply the license
License license = new License();
license.setLicense("Aspose.Words.Java.lic");
Please check this article for further details.
From the very first days of Aspose, we knew that just giving our customers good products would not be enough. We also needed to deliver good service. We are developers ourselves and understand how frustrating it is when a technical issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not create them.
This is why we offer free support. Anyone who uses our product, whether they have bought them or are using an evaluation, deserves our full attention and respect.
You can log any issues or suggestions related to Export to Word dotCMS plugin using any of the following platforms
Export to Word plugin for dotCMS is open source and its source code is available on the major social coding websites listed below. Developers are encouraged to download the source code and extend the functionality as per their own requirements.
You can get the latest source code from one of the following locations
To be able to compile, deploy, and develop in dotCMS, you will need as an absolute minimum, the following tools:
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.