Ignore:
Timestamp:
23 Apr 2012, 11:56:06 (13 years ago)
Author:
uli
Message:

Support notes in generated PDFs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py

    r8246 r8257  
    10201020    """
    10211021
    1022     def __call__(view=None):
     1022    def __call__(view=None, note=None):
    10231023        """Create a bytestream representing a PDF from context.
    10241024
    10251025        If `view` is passed in additional infos might be rendered into
    10261026        the document.
     1027
     1028        `note` is optional HTML rendered at bottom of the created
     1029        PDF. Please consider the limited reportlab support for HTML,
     1030        but using font-tags and friends you certainly can get the
     1031        desired look.
    10271032        """
    10281033
Note: See TracChangeset for help on using the changeset viewer.