|
Cookbook /
ExportDOCSummary: Export PmWiki pages to word ".doc" .
Version:2007-04-20
Prerequisites:PmWiki
Status:Beta
Maintainer:CarlosAB
Categories: OfficeIntegration WikiConversion
Discussion: ExportDOC-Talk
Ratings:
Questions answered by this recipeHow can I export wiki pages into word documents? DescriptionThis 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'); NotesThe 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
CommentsSee Discussion at ExportDOC-Talk RatingsSee Also
ContributorsCommentsLars: There is an error in the zip file above (version 2007-04-20). The directory pub/skins/exportdoc is labeled exportodoc in the Zip-File. Remove the o and it will work. You are right, I'll put togheter another zip file and upload it. ExportDOC a simple script and yes it passes HTML as a word document, I did the script because I saw the same functionality over confluence and I thought it was a Good Thing(tm) to have this for PmWiki as a recipe.
|