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

PDF export does not put each Confluence page on a new PDF page

    XMLWordPrintable

Details

    Description

      There is code in the PDF export plugin that tries to put a pagebreak between pages. But it doesn't work.
      The CSS is

      h1.pagetitle 
      {
          page-break-before: always;
      }
      

      But there is no h1 with class pagetitle. Instead there's a div that has no purpose I am yet to understand:

      <div class="pagetitle" id="$pageTitle">
          	<h$pageLevel>$pageTitle</h$pageLevel>
          	$content
      </div>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            don.willis@atlassian.com Don Willis
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: