Include existing PDF files into new TeX document

Updated . Posted . Visible to the public.

If you plan to insert an existing PDF into a new LaTeX document that you will compile to PDF, you can use \includegraphics for this. Although, be prepared to get tons of errors complaining about overfill hboxes and the like.
You can use this package that takes care:

\usepackage[final]{pdfpages}

In order to insert a PDF, use:

\includepdf{$filename}

See the external link for more options.

Thomas Eisenbarth
Last edit
License
Source code in this card is licensed under the MIT License.
Posted by Thomas Eisenbarth to makandra dev (2011-03-22 16:50)