General ⇒ disappearing hyperlinks
-
- Posts: 7
- Joined: Fri Jan 04, 2019 6:41 pm
disappearing hyperlinks
I have prepared my latex including hyperlinks, I have pdf-ed it, and all the hyperlinks work beautifully in the pdf.
Now I load this pdf onto my webspace, and the hyperlinks are preserved (I've checked this by downloading the file again). Now I download this pdf via a link from my webpage, and when I do, the hyperlinks have all mysteriously vanished. Does anyone have any insight into the situation? Many thanks if so,
With best wishes,
Jonny
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
disappearing hyperlinks
perhaps post your original PDF and the PDF without hyperlinks, we could compare metadata and file content. You put it on webspace anyway, so it's probably not secret classified information. You can post such files as attachment here.
Stefan
-
- Posts: 7
- Joined: Fri Jan 04, 2019 6:41 pm
disappearing hyperlinks
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
disappearing hyperlinks
Perhaps just the web browser PDF display plugin doesn't work well or doesn't support this kind of links. Did you use
\url
or \href
and hyperref
package generated links? Without hyperref
and just using \url
, good PDF viewers may show active hyperlinks but not every displayer would.Stefan