Is it possible to embed animated GIFs in PDFs? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. We don’t allow questions about general computing hardware and software on Stack Overflow. You can edit the question so it’s on-topic for Stack Overflow. Closed 1 year ago. Improve this question Is it possible to embed animated GIFs in PDFs? … Read more

Inserting a PDF file in LaTeX

I am trying to insert a PDF or doc file as an appendix in my LaTeX file. Do you know how I can do this? 6 s 6 Use the pdfpages package. \usepackage{pdfpages} To include all the pages in the PDF file: \includepdf[pages=-]{myfile.pdf} To include just the first page of a PDF: \includepdf[pages={1}]{myfile.pdf} Run texdoc … Read more