Entire PDF in a Latex Appendix

3,191 views
Skip to first unread message

gabe.ayers

unread,
Sep 13, 2010, 9:10:18 AM9/13/10
to LaTeX Users Group
I am working on a latex document and I want to include an entire pdf
document in the appendix. I can include single pages but not the
entire thing. Anyone have any ideas?

Peter Flynn

unread,
Sep 13, 2010, 5:40:33 PM9/13/10
to latexus...@googlegroups.com

Use the pdfpages package (read the documentation).

///Peter
 

Stephan Ronald

unread,
Sep 14, 2010, 10:37:18 AM9/14/10
to latexus...@googlegroups.com

Hi,
As Peter says, you can use the pdfpages.sty if needed. It suits your requirement.

Usage:

\includepdf[pages=-]{test.pdf} % includes the entire document
\includepdf[pages={1-7}]{test.pdf} % first seven pages
\includepdf[pages={1,3,6,7,8}]{test.pdf} %those pages

Another point I want to share is the "page" option of \includegraphics command using the graphicx.sty file.
But you have to give each pages in each command. This is just an info.

Usage:

\includegraphics[page=1]{test.pdf}
\includegraphics[page=2]{test.pdf}
\includegraphics[page=3]{test.pdf}

You have the choice :-)
--
Stepen Ronald
Reply all
Reply to author
Forward
0 new messages