Changeset 16998 for main/kofacustom.lpng
- Timestamp:
- 6 Jul 2022, 12:11:41 (2 years ago)
- Location:
- main/kofacustom.lpng/trunk/src/kofacustom/lpng/browser
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.lpng/trunk/src/kofacustom/lpng/browser/pdf.py
r16717 r16998 27 27 """ 28 28 29 #header_logo_path = os.path.join(30 #os.path.dirname(__file__), 'static', 'pdf_logo.jpg')29 header_logo_path = os.path.join( 30 os.path.dirname(__file__), 'static', 'pdf_logo.jpg') 31 31 #watermark_path = os.path.join( 32 32 # os.path.dirname(__file__), 'static', 'pdf_watermark.jpg') 33 33 34 34 watermark_pos = [-25, 100] 35 logo_pos = [5 07, 720, 40]35 logo_pos = [520, 735, 40]
Note: See TracChangeset for help on using the changeset viewer.