[Tex/LaTex] Hyperlinks not working after preview

hyperref

I have used hyperlinks throughout my thesis, but then after previewing the pdf output and saving it for printing, the links are gone. Any idea why this occurred?

Here's a working example:

\documentclass[11pt]{amsart}
\usepackage{geometry}              
\geometry{letterpaper}                   
\usepackage{epstopdf}
\usepackage[colorlinks]{hyperref}
\usepackage{cleveref}
%
\begin{document}
\href{http://www.google.com}{Google} %
\end{document}  

Best Answer

I think this is your problem - (Print) Preview on a Mac does not support hyperlinks. See this post. Here's the suggestion, instead of saving a print preview (from within Preview), rename the original Thesis.pdf to Myname_mysurname.pdf and then recompile Thesis.tex.