Possible Duplicates:
PDF file containing 3D object is not included correctly with \includegraphics
How to preserve hyperlinks in included pdf?
I am using LaTeX, and at some point need to insert a PDF file. Ok, got that one working with \includepdf. However the inserted PDF contains an animation (slides 26-29, you need to click on the image). The file is properly inserted, however the animation does not work.
\documentclass{report}
\usepackage{pdfpages,epstopdf,hyperref,movie15}
\begin{document}
qwe
\includepdf[pages={-},landscape]{Rate-Effects-Presentation.pdf}
\end{document}
The file to be inserted is http://civil.colorado.edu/~saouma/Rate-Effects-Presentation.pdf and the output of the log file is in http://civil.colorado.edu/~saouma/junk2.log.
pdftexwhen included a PDF, because it is not able to reintegrate them into the main PDF. (Adobe Acrobat seems to be able to do this.) – Martin Scharrer Apr 17 '12 at 07:20