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