Unable to avoid page break in pdf export V2

XMLWordPrintable

    • 2
    • Severity 3 - Minor

      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

              Assignee:
              Haibert Barfian
              Reporter:
              Nitika Arora
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: