I'm wondering if there is any possibility to make a clickable logo like in html code, it would be like this
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\begin{document}
\href{link_adress}{\includegraphics[scale=0.5]{logo}}
\end{document}
Is it possible to do something like that but which works?