Recent Changes - Search:

Cookbook

PmWiki

pmwiki.org

ExportDOC

Summary: Export PmWiki pages to word ".doc" .
Version:2007-04-20
Prerequisites:PmWiki
Status:Beta
Maintainer:CarlosAB
Discussion: ExportDOC-Talk
Ratings:

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.

Comments

See Discussion at ExportDOC-Talk

Ratings

See Also

Contributors

CarlosAB

Comments

Lars: 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.
Be aware that this is a very simple export, it only passes the HTML on to MS Word.

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.
Edit - History - Print - Recent Changes - Search
Page last modified on May 23, 2007, at 03:16 AM