[OS X TeX] Re: Can TeX help out here? Merging PDF with various page sizes and keeping it vector.

Juan Luis Varona jvarona at unirioja.es
Sat Jan 14 16:30:45 CET 2012


Try the package pdfpages to joint pdf file (with pdflatex):

\documentclass[11pt]{article}

\usepackage{pdfpages}

\title{Brief Article}
\author{The Author}

\begin{document}

\maketitle

Hello

%\newpage

\includepdf[fitpaper=true]{a-pdf-with-different-size.pdf}

%\newpage

Hello

\end{document}  

---

Yours,

Juan Luis





More information about the macostex-archives mailing list