[pdftex] How to concatenate PDF files

Oscar Chavez oc918 at mizzou.edu
Sun Jan 14 14:49:08 CET 2001


At 4:07 PM +0300 1/12/01, Boris Tobotras wrote:
>	Hi,
>
>	I remember some time ago somebody showed here how to use pdftex to
>	concatenate several PDF files, but I was unable to found that
>	message. Can anybody help, please?
>
>--
>	Best regards, -- Boris.
>_______________________________________________
>pdftex mailing list
>pdftex at tug.org
>http://tug.org/mailman/listinfo/pdftex

Here are a couple of messages regarding this:

1. --------

On 2000-09-26 10:26:18 -0400, Valmor de Almeida wrote:
>I've seen the following question in this list before but I can't 
>find any record of it:
>how can I merge two or more pdf files into one single document?

Run this through pdflatex:

\documentclass{article}
\usepackage[pdftex]{graphicx}
\begin{document}
\includegraphics{foo.pdf}
\includegraphics{bar.pdf}
\end{document}

For more information consult the grfguide.

Best regards
Martin
--
Martin Schröder, MS at ArtCom-GmbH.DE
ArtCom GmbH, Grazer Straße 8, D-28359 Bremen Voice +49 421 20419-44 / 
Fax +49 421 20419-10

2. ---------

At 16:45 26.09.2000 -0400, Valmor de Almeida wrote:
>
>
>Is this supposed to work with multiple page documents? I tried two 
>include two pdf files with many pages each and only the first page 
>of each document was included.

\usepackage[pdftex]{graphicx}
\includegraphics[page=4]{...}

CTAN:macros/pdftex/graphics/pdftex.def

Yours sincerely
Heiko <oberdiek at ruf.uni-freiburg.de>

-------

-- 

Oscar Chavez
oc918 at mizzou.edu



More information about the pdftex mailing list