-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When text exported to PDF first characters of every title in qpdfview is clickable link that opens local folder #580
Comments
Hi! I cannot reproduce this (but I have Qt 5.15.2). Can you please:
|
Hi, under Here are sample files: Thank you. |
Found it. You probably have And when Qt sees such a header, it turns it into a link. I have submitted a fix for this to Qt codereview: https://codereview.qt-project.org/c/qt/qtbase/+/405495. |
Great! Yes, |
Thanks for your translation too :) |
Planning to revise/update as it has been quite a while since I did that. |
Otherwise, when anchor is just something that can be linked to (not a link itself), it will result in a PDF link pointing to an empty URI. See retext-project/retext#580. Pick-to: 6.3 Change-Id: Ib3c71797b09579783d74505601bad08c84856719 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Otherwise, when anchor is just something that can be linked to (not a link itself), it will result in a PDF link pointing to an empty URI. See retext-project/retext#580. Change-Id: Ib3c71797b09579783d74505601bad08c84856719 Reviewed-by: Lars Knoll <lars.knoll@qt.io> (cherry picked from commit 189bcbe) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Don't know if title explains it, but when text is exported to PDF every title (all levels) is a clickable link
Open ".
Opening and inspecting same file in Firefox (as PDF) shows one
span
element for the first character and second for the rest of the title; but first character is not clickable link.It's on Lubuntu 20.04 with QT 5.12.8, ReText 7.1.0 (and qpdfview).
The text was updated successfully, but these errors were encountered: