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

No printout of numbering of headings (CSS) in export to PDF

XMLWordPrintable

      Summary

      No printout of numbered headings using CSS in PDF exports.

      Steps to Reproduce

      e.g. enter in Settings -> Design -> Global (CSS)Style Template:
      h1:before

      { content: counter(ebene1, upper-roman)". "; counter-increment: ebene1;}

      h1

      {counter-reset: ebene2;}

      h2:before

      { content: counter(ebene2)". "; counter-increment: ebene2;}

      h2

      {counter-reset: ebene3;}

      h3:before

      { content: counter(ebene3, lower-latin)". "; counter-increment: ebene3;}

      Expected Results

      The numbered headings, which show on the page, are also shown on the PDF exports.

      Actual Results

      The numbering of the headings is displayed correctly in the view mode of the viewer - when printing the page with the PDF option these numberings of the headings are missing in the PDF document, i.e. the numbers and letters of the numbering are not transferred to the PDF document. But with normal printing with a paper printer, these numberings are printed out completely correctly.

      But unfortunately there is the following problem when printing with a paper printer.

      Workaround

      There is no workaround.

              Unassigned Unassigned
              mrawson Miranda Rawson (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: