*Where this package relies on other packages, the additional packages are listed below it.

Author(s)
Packages  Description
The class WordDocument and it's descendants are designed for print-and-die processing. They load the source file, perform any data exchange, print the document using MS-Word, then kill MS-Word.

Easy to use:
  // assume your WordDocument subclass is called MyDocument
  //
  oDoc := MyDocument():new( 'template.rtf' )
  oDoc:detonate()
You use the class by subclassing and adding methods which return the data that will be embedded in your document.

Update History
Version Updated Description
1.0 26.05.2005 Initial release