/*******************************************************************************

    Author ......... Simon Newell
    Contact ........ simonnew@speedymail.org
    Home Site ...... http://sourceforge.net/projects/attachment-doc/
    Plugin ......... Document Attachment To Html Converter (attachment_doc)
    Version ........ 1.0
    Purpose ........ Allows you to convert your document attachments 
                     (.doc, .pdf) 
                     to html and view them in a browser.

*******************************************************************************/

Features
========

  * Display attachment of mime type "application/msword" in HTML format.
  * Display attachment of mime type "application/pdf" in HTML format.
  * wvHtml and/or pdftohtml: much of the hard work is performed by these folks. 

Description
===========

  Allows the user to view MS Word and PDF document attachments as HTML.  This
  feature is enabled as an option, the user clicks "view" to display the
  document as HTML, or "download" to download and view it with the associated
  application.

  The mime types supported are: [application/msword] (MS Word) 
                                [application/pdf]    (Adobe PDF)

Installation
============

  For more detailed explanations and important notes on installing this plugin,
  consult the INSTALL file.

To Do
============
  Support document attachments of other mime types. 

Change Log
============
  * ver1.0 2004-07-01: Initial release.
