Changeset 9546 for main/waeup.kofa
- Timestamp:
- 6 Nov 2012, 00:05:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/interfaces.py
r9217 r9546 179 179 """A callback function to render background of PDFs. 180 180 """ 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): 182 183 """Create a PDF. 183 184 … … 191 192 `note` is optional HTML markup added at bottom of created 192 193 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. 193 200 194 201 If no `headerline` is given, a default will be rendered (name
Note: See TracChangeset for help on using the changeset viewer.