Based on embed-hyperref-form-in-tikz-picture I 'd like to create a button to save a fillable pdf. However, once I open the pdf, no action. What did I miss ?
MWE
\documentclass{article}
\usepackage{hyperref}
\usepackage{tikz}
\begin{document}
\begin{center}
\begin{Form}
\begin{tikzpicture}
\node[rectangle,rounded corners,fill=red!50]
{\Acrobatmenu{SaveAs,width = 4cm}{\Large{Save your exam !}}};
\end{tikzpicture}
\end{Form}
\end{center}
\end{document}
