ExportDOC
Questions answered by this recipe
How can I export wiki pages into word documents?
Description
This recipe creates a new action (action=doc) and when you click a link with this action, you will have the chance to save a wiki page as a word document.
Download it exportdoc-2007-04-20.zipΔ
To install this recipe, just unzip the files inside the coobook folder and add the following lines to config.php:
include_once('cookbook/exportdoc.php');
Notes
The script is simple and it will not give you a warning if the page is a redirection or a missing page. Use it always as a 'selflink' to avoid those problems.
I have also used a skin for the template, so it can customized (header/footer).
Release Notes
- 2007-04-20 - First release.
See Also
- Recipe - Word2PmWiki
- Recipe - WordPaste
- Category - OfficeIntegration
- Category - WikiConversion
Contributors
Comments
See discussion at ExportDOC-Talk
User notes? : If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki.