how to make online docs efficiently?
November 2, 2005 4:40 PM
Subscribe
How best to manage software product documentation?
Our product docs are written in Microsoft Word and printed or shipped as PDF files. The online help is made by converting the Word files (in Robohelp) and adding lots of hyperlinks. This process has snags.
The problem is over how to manage document changes. At present the Word files are the base which is edited for product updates.
Using Robohelp it's trivially easy to convert the .doc files to online form, but that loses all the work which went into the hypertext links. On the other hand, adding the changes manually to the hypertext is also a lot of work, and error-prone.
Surely there's a better way?
posted by anadem to computers & internet (10 comments total)
If you can include them in your source that'd make the most sense (you'll be maintaining a single source, which is generally a good goal in document management).
If this breaks the PDF, you could still do it but mark up areas of the MSWord file with inline styles and use a macro to strip them before making the PDF.
Or, if you're feeling adventurous, you could use my software called Docvert to make an XML publishing system from MSWord to HTML and XSL-FO, and generate PDFs with Apache FOP.
posted by holloway at 4:57 PM on November 2, 2005