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

Links within a PDF file don't work

    XMLWordPrintable

Details

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

    Description

      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).

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes