Changeset 8257 for main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
- Timestamp:
- 23 Apr 2012, 11:56:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
r8246 r8257 1020 1020 """ 1021 1021 1022 def __call__(view=None ):1022 def __call__(view=None, note=None): 1023 1023 """Create a bytestream representing a PDF from context. 1024 1024 1025 1025 If `view` is passed in additional infos might be rendered into 1026 1026 the document. 1027 1028 `note` is optional HTML rendered at bottom of the created 1029 PDF. Please consider the limited reportlab support for HTML, 1030 but using font-tags and friends you certainly can get the 1031 desired look. 1027 1032 """ 1028 1033
Note: See TracChangeset for help on using the changeset viewer.