Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-59067

When using external process pool for space PDF export, header and footer customizations can't be added to table of contents

    XMLWordPrintable

Details

    • 0
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      Problem Definition

      External process pool does not take in space PDF header and footer customizations for table of contents page. Customizations can be picked up when not using external process pool.

      Sample space PDF Header customization
            <div style="margin-top: 10.0mm;">
             <h1>Custom Header</h1>
            </div>
      
      Sample space PDF Footer customization
            <div style="margin-bottom: 10.0mm;">
            <h1>Custom Footer</h1>
            </div>   
      
      Sample PDF Export Stylesheet
      div.toc{
         page:toc;
      }  
      

      Workaround

      Disable external process pool with system property pdf.export.sandbox.disable, per PDF export in Confluence Data Center.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mduong@atlassian.com MichaelD
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: