- Timestamp:
- 14 Feb 2013, 07:55:54 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/interfaces.py
r9555 r9946 180 180 """ 181 181 def create_pdf(data, headerline=None, title=None, author=None, 182 footer='', note=None, sigs_in_footer=[] ):182 footer='', note=None, sigs_in_footer=[], context=None): 183 183 """Create a PDF. 184 184 … … 203 203 204 204 If no `title` is given, nothing will be rendered. 205 206 `context` could be the student or the applicant object. In customized 207 packages this parameter can be used to create context-dependent 208 pdf slips. 205 209 """ 206 210
Note: See TracChangeset for help on using the changeset viewer.