Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-80271

Unable to avoid page break in pdf export V2

XMLWordPrintable

      Issue Summary

      Page break is default in V2 and all pages are exported separately by default, it cannot be clubbed. When exporting the pages with page break customization, it still doesn't work

      Steps to Reproduce

      1. Add the below CSS to avoid pagebreaks
      @media print {
          .no-break {
              break-inside: avoid; 
          }
      } 
      1. Export the pages 

      Expected Results

      The page break should be avoided and content on the pages should be clubbed together

      Actual Results

      Pages are exported with breaks 

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

              dfe3d5f5e8a2 Haibert Barfian
              9219e3807eac Nitika Arora
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: