- Timestamp:
- 22 Jul 2019, 19:22:40 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/browser/pdf.py
r9982 r15507 28 28 header_logo_path = os.path.join( 29 29 os.path.dirname(__file__), 'static', 'pdf_logo.jpg') 30 30 watermark_path = os.path.join( 31 os.path.dirname(__file__), 'static', 'pdf_watermark.jpg') 32 watermark_pos = [130, 190] 31 33 logo_pos = [510, 750, 60] 32 34 … … 46 48 47 49 logo_left_pos = [15, 750, 60] 48 49 50
Note: See TracChangeset for help on using the changeset viewer.