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

Page numbering does not work for sandboxed PDF space exports

    XMLWordPrintable

Details

    Description

      Trying to apply the page numbering customisations mentioned in the KB article will not work for DC instances that use the external process pool (sandbox) to export PDFs.

      Specifically:

      @page{    
        @bottom-center{        
        content: "Page " counter(page) " of " counter(pages);        
        font-family: ConfluenceInstalledFont, Helvetica, Arial, sans-  serif;        
        font-size: 8pt;    
        }
      }
       
      or
       
      <span id="pageNum"/>
      #pageNum:before { 
      content: counter(page); 
      }
      

      Server customers and DC customers who have it disabled are not affected.

      How to Reproduce

      1) Apply any of the above recommendations to add page numbering to PDF exports
      2) Export a space as PDF

      Workarounds

      None at the moment. 

      Attachments

        Issue Links

          Activity

            People

              mbereznitsky Mark Bereznitsky
              mbereznitsky Mark Bereznitsky
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: