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

XMLWordPrintable

    • 0

      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.

            Assignee:
            Unassigned
            Reporter:
            MichaelD
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: