I found a way to embed a PDF and provide a hyperlink to it using hypgotoe. So, this is similar to what I am currently doing
\documentclass{article}
\usepackage{embedfile}
\usepackage{hypgotoe}
\embedfile{/home/pavan/test.pdf}
\begin{document}
\href{gotoe:embedded=/home/pavan/test.pdf}{description}
\end{document}
The problem is that I am not able to get the hyperlink. I see "description" in my final PDF but there is no hyperlink that links my embedded file. What am I doing wrong here?
GoToElinks. – Heiko Oberdiek Dec 23 '12 at 18:54