Dec 01 2021 01:42 AM
Expected behaviour: Edge viewer uses the link information embedded in the pdf
Seen behaviour: Edge viewer interprets the link based on the text itself and overrules the link information.
We use LaTeX to generate documents, which also contain links. In the following example we simply use the url statement.
\url{https://www.intel.com/content/www/us/en/software/programmable/quartus-prime/hls-compiler.html}
Sometimes the links are so long they cover multiple lines and thus the link text is hyphenated. What the PDF viewer does is it ignores the link information from the PDF, but generates it's own link based on the text. As long as the mouse hovers over the link it'll wrongly add a hyphen (as shown in the image), the moment the mouse is moved just outside of the link, the PDF viewer does use the proper link without the hyphen.
In a stand-alone pdf-reader this doesn't happen, in other browsers at least when you hover over the link text it uses the correct link.
Jan 04 2022 07:51 AM