Large images in tables cause the tables to be cut off when exported to PDF

XMLWordPrintable

    • 24
    • Severity 3 - Minor
    • 1

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

      Steps to Reproduce:

      Note: I've attached a a XML backup of a page that replicates this problem.

      1. Create a 1x2 table, and insert enough text in the right column that you would expect it to run onto a second line when exported
      2. Attach a large image to the page, and resize it to, for example, 900px
      3. Export page to pdf

      Expected Results:
      The text should wrap. Eg:

      Actual Results:
      The text runs off the page:

      Notes:
      This does not occur if the image is left in its original size.

      Workaround:
      Use sections rather than tables.

      Or make a change in PDF Stylesheet:

      img
      {
       -fs-fit-images-to-width: 100%  !important;
      }
      

              Assignee:
              Unassigned
              Reporter:
              lachland (Inactive)
              Votes:
              51 Vote for this issue
              Watchers:
              47 Start watching this issue

                Created:
                Updated: