GeneralHow to include a .pdf file into the code

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
m.carrara3
Posts: 21
Joined: Mon Sep 08, 2008 7:13 pm

How to include a .pdf file into the code

Post by m.carrara3 »

Here's my problem:
I need to add a .pdf file (say one new page) into the code I'm writing;
let's make an example to let you understand

Code: Select all

%preamble
\begin{document}
%sections and so on

%Now I have to insert the pdf page I have

%sections and so on
\end{document}
how can I do? Is there some specific commands I gotta use to fix my problem (i.e. \include or something)?

MC

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

How to include a .pdf file into the code

Post by localghost »

With the [url=htpp://ctan.org/pdfpages]pdfpages[/url] package you can insert your PDF file into your document. The manual tells you how to manage that.


Best regards and welcome to the board
Thorsten¹
m.carrara3
Posts: 21
Joined: Mon Sep 08, 2008 7:13 pm

Re: How to include a .pdf file into the code

Post by m.carrara3 »

Thank you so much man! You really solved my problems!

So long...
Post Reply