calixteman
eaf49c1057
Avoid to have a mail link with string having the format ddd@d.dddd
...
It fixes #20523 .
2025-12-24 19:42:18 +01:00
Calixte Denizet
bb6b42177c
Don't remove a dash at the end of a line when guessing urls (bug 1974112)
2025-06-26 18:55:59 +02:00
Ujjwal Sharma
70e2873430
Fix autolinking errors due to regex and email validation
...
Fix some edge cases in the autolinking logic with the regex as well as
validating email domains and add unit tests for them.
Fixes: https://github.com/mozilla/pdf.js/issues/19462
2025-02-19 13:18:31 +01:00
Ujjwal Sharma
61ba1ea48c
Enable automatic URL linking
...
Automatically detect links in the text content of a file and automatically
generate link annotations at the appropriate locations to achieve
automatic link detection and hyperlinking.
2025-02-05 16:56:54 +01:00