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/browser/interfaces.py

    r8059 r8257  
    178178        """A callback function to render background of PDFs.
    179179        """
    180     def create_pdf(data, headerline=None, title=None):
     180    def create_pdf(data, headerline=None, title=None, note=None):
    181181        """Create a PDF.
    182182
     
    188188        the top bar.
    189189
     190        `note` is optional HTML markup added at bottom of created
     191        document.
     192
    190193        If no `headerline` is given, a default will be rendered (name
    191194        of university).
Note: See TracChangeset for help on using the changeset viewer.