How to use the examples:

Within ZMI:

1. Install CMFReportTool -> INTSTALL.txt

2. within your browser type:
   http://<yoursite>/<some-path-to-an-document-object>/asPDF/pdftemplate_default/document_pdf
   and your browser should open your PDF-Reader with a basically layouted PDF
   Page containing the title/description/content.
   (actually there is one bug with using Python-Scripts and traverse_subpath in
   combination with CMF-Skinned-Folders .. it doesn't find the right object after
   a restart of the Zope-Server. .. just try to access the url again and all should
   work well.)

To enable the STX-Capabilities you need to store the content of Documents/NewsItems/etc.
as Structured Text (STX). There is no way to convert HTML-Content right now and rendering
such content will probably fail.

to enable pdf-generation for your site's content-types just add an action:
name:       "PDF"
id:         "pdf"
action:     "asPDF/pdftemplate_default/document_pdf"
permission: <you choose>
category:   "object"


Further Reading:
- some basic HTML-Documentation is available
- work on DTD's has begun ... not yet complete
