[pdftex] pdftex = acrobat ?

Rolf.Niepraschk at ptb.de Rolf.Niepraschk at ptb.de
Fri Oct 21 11:01:31 CEST 2005


Thierry wrote:

> suppose I just want to make a PDF from a collection of JPEG files.
>
> is  there an easy way so that each page of the PDF has exactly the
> cropbox set to the JPEG dimension?

Do you mean something like this?

% collection.tex
\listfiles
\documentclass{minimal}
\usepackage{graphicx}
\usepackage[active,graphics,tightpage]{preview}

\begin{document}

\includegraphics{pic1}
\includegraphics{pic2}
\includegraphics{pic3}

\end{document}
%----------------------

pdflatex collection.tex


...Rolf
--
|| Rolf Niepraschk c/o Physikalisch-Technische Bundesanstalt    ||
|| Abbestr. 2-12; D-10587 Berlin, Germany                       ||
|| Tel/Fax: ++49-30-3481-316/490, email: Rolf.Niepraschk at ptb.de ||



More information about the pdftex mailing list