- Timestamp:
- 1 Sep 2021, 09:17:07 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.ecns/trunk/src/kofacustom/ecns/browser/pdf.py
r15614 r16596 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, 720, 40]34 watermark_pos = [45, 350] 35 logo_pos = [472, 380, 80]
Note: See TracChangeset for help on using the changeset viewer.