I successfully created an animation PDF from mulitple PDF pages by using the animate package, but the problem is that the output graphics size is about half the size of the original.
How can I preserve the original size? Any hints?
Here is my .tex code for running pdflatex:
\documentclass[a4paper]{article}
\pagestyle{empty}
\usepackage{animate}
\begin{document}
\animategraphics[controls,autoplay,loop, width=1\linewidth]{1}{file}{1}{13}
\end{document}