Header image/logos and custom font not exported in PDF export

XMLWordPrintable

    • 6
    • Severity 3 - Minor
    • 1

      Issue Summary

      Header/Logo image and custom font defined in the PDF export CSS stylesheet is not being rendered in the exported PDF V2. 

      Steps to Reproduce

      • Add @top-right property in page properties to add the logo while exporting the space/page into pdf.
        @page 
        {
           font-family: 'Montserrat', sans-serif;  
            margin: 100px 0 100px 0;  
            padding-left: 15mm;  
            padding-right: 15mm;  
            font-size: 18px;  
        @top-right
        {
        background-image: url("https://wac-cdn.atlassian.com/misc-assets/adg4-nav/AtlassianHeaderLogo.svg");
        background-repeat: no-repeat;
        background-size: 180px 40px;
        background-position: 55px 20px;
        }
        }
        

      Expected Results

      • The header image should be displayed as specified in the CSS, appearing at the top of page in the exported PDF.

      Actual Results

      • This does not include the logo into the exported space/page.
        Moreover, public document Additional PDF export settings does not mention about adding @top-left , @top-right css to add image in the pdf export.

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

            Assignee:
            Haibert Barfian
            Reporter:
            Vishal Jadhav
            Votes:
            1 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: