Ignore:
Timestamp:
6 Nov 2012, 00:05:14 (12 years ago)
Author:
uli
Message:

Update IPDFCreator interface to reflect recent and ongoing changes.

File:
1 edited

Legend:

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

    r9217 r9546  
    179179        """A callback function to render background of PDFs.
    180180        """
    181     def create_pdf(data, headerline=None, title=None, note=None):
     181    def create_pdf(data, headerline=None, title=None, author=None,
     182                   footer='', note=None, sig_in_footer=False):
    182183        """Create a PDF.
    183184
     
    191192        `note` is optional HTML markup added at bottom of created
    192193        document.
     194
     195        `footer` is the text rendered in the bottom line next to the
     196        page numbers.
     197
     198        `sig_in_footer`, if set to ``True`` renders signature boxes
     199        above the footer on each page.
    193200
    194201        If no `headerline` is given, a default will be rendered (name
Note: See TracChangeset for help on using the changeset viewer.