Changeset 17710 for main/kofacustom.udss/trunk/src/kofacustom/udss/browser
- Timestamp:
- 6 Mar 2024, 14:56:40 (9 months ago)
- Location:
- main/kofacustom.udss/trunk/src/kofacustom/udss/browser
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.udss/trunk/src/kofacustom/udss/browser/pdf.py
r16717 r17710 27 27 """ 28 28 29 #header_logo_path = os.path.join(30 #os.path.dirname(__file__), 'static', 'pdf_logo.jpg')31 #watermark_path = os.path.join(32 #os.path.dirname(__file__), 'static', 'pdf_watermark.jpg')29 header_logo_path = os.path.join( 30 os.path.dirname(__file__), 'static', 'pdf_logo.jpg') 31 watermark_path = os.path.join( 32 os.path.dirname(__file__), 'static', 'pdf_watermark.jpg') 33 33 34 watermark_pos = [ -25, 100]35 logo_pos = [507, 7 20, 40]34 watermark_pos = [45, 100] 35 logo_pos = [507, 730, 50]
Note: See TracChangeset for help on using the changeset viewer.