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

tables in PDF export are full-width

    XMLWordPrintable

Details

    Description

      NOTE: This bug report is for Confluence Cloud. Using Confluence Server? See the corresponding bug report.

      After updating from 4.1.9 to 4.2 the pdf export is not working properly.
      All tables have 100% width in pdf export.

      Workaround

      table
      {
         table-layout:auto !important;
         width: auto !important;
      }
      

      If you have problems with content being cut of on your generated pdf pages the the following may help:

      table
      {
         table-layout:auto !important;
         width: auto !important;
         max-width: 100% !important
      }
      

      Note:
      Applying the workaround will result CONF-31874 in Confluence 5.5

      Attachments

        1. conf-tables.png
          conf-tables.png
          21 kB
        2. pdfexport_maurice.png
          pdfexport_maurice.png
          86 kB
        3. pdfexport_maurice2.png
          pdfexport_maurice2.png
          88 kB
        4. pdf-tables.PDF
          2 kB

        Issue Links

          Activity

            People

              ndang Nguyen Dang
              6e38f08e998d Rene G
              Votes:
              50 Vote for this issue
              Watchers:
              62 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: