Some folks keep sending Word documents to me including ugly watermarks and expect me to use them as well.
Can I include a »watermark« into a document, which rotates in the background, at least, if viewed with Acrobat Reader XI ?
\documentclass{scrartcl}
\usepackage{draftwatermark, graphicx}
\SetWatermarkText{\includegraphics[angle=-45]{image}}
\begin{document}
bla
\end{document}
If you need JavaScript, no problem, if I can embedd it into the PDF... What I'd like to do is making the "image" rotate if the PDF is opened, maybe a frame every 2 seconds.
Not possible, probably!?
animatepackage work? – DG' Nov 02 '15 at 14:58