Changeset 9948 for main/waeup.kofa/trunk/src/waeup/kofa/browser
- Timestamp:
- 14 Feb 2013, 16:15:46 (12 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/browser
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/interfaces.py
r9946 r9948 180 180 """ 181 181 def create_pdf(data, headerline=None, title=None, author=None, 182 footer='', note=None, sigs_in_footer=[] , context=None):182 footer='', note=None, sigs_in_footer=[]): 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 customized207 packages this parameter can be used to create context-dependent208 pdf slips.209 205 """ 210 206 -
main/waeup.kofa/trunk/src/waeup/kofa/browser/pdf.py
r9946 r9948 397 397 398 398 def create_pdf(self, data, headerline=None, title=None, author=None, 399 footer='', note=None, sigs_in_footer=[], topMargin=1.5, 400 context=None): 399 footer='', note=None, sigs_in_footer=[], topMargin=1.5): 401 400 """Returns a binary data stream which is a PDF document. 402 401 """
Note: See TracChangeset for help on using the changeset viewer.