Changeset 12374 for main/ikobacustom.pcn


Ignore:
Timestamp:
3 Jan 2015, 08:26:37 (10 years ago)
Author:
Henrik Bettermann
Message:

Add logo and watermark.

Location:
main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/browser
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/browser/pdf.py

    r12373 r12374  
    2727    """
    2828
    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')
    3333
    34     #watermark_pos = [-25, 100]
    35     #logo_pos = [507, 720, 40]
     34    watermark_pos = [95, 160]
     35    logo_pos = [507, 730, 40]
Note: See TracChangeset for help on using the changeset viewer.