Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-24962

Links within a PDF file don't work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • 4.8.x
    • 5.5.0
    • GUI: Printing
    • None
    • Qt 5.5.0, Debian unstable

      Links within a document (with href="#element-id") are not converted to internal PDF links correctly.

      Example of a document:

      <p id="page1">
        <a href="#page2">Link to page 2</a>
      </p>
      
      <p id="page2" style="page-break-before: always">
        <a href="#page1">Link to page 1</a>
      </p>
      

      This is locale-independent issue (unlike the previous one).

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            johnlayt John Layt
            mandriver Dmitry Shachnev
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes