-
Description of the bugWhen creating a link without a text attribute:
Links are created and clickable. When using a text attribute however:
It looks like a link is created (blue and underlined) but you can't actually interact with it. How to reproduce the bug
PyMuPDF version1.23.25 Operating systemLinux Python version3.11 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Please consult the documentation: there is a special |
Beta Was this translation helpful? Give feedback.
-
Ah, thank you. Didn't see that. |
Beta Was this translation helpful? Give feedback.
-
If anyone is interested on how I got this working:
|
Beta Was this translation helpful? Give feedback.
-
I'm going to move this post to "Discussions" in case you have more questions. |
Beta Was this translation helpful? Give feedback.
Please consult the documentation: there is a special
Story
method available if links should automatically be generated: write_with_links().