[pdftex] mirrored output

Jano Kula jano.kula at tiscali.cz
Wed Sep 12 22:01:49 CEST 2007


Hi,

Antonio Carlos Ribeiro Nogueira wrote:

> I am interested to mirror a pdf file using pdflatex. Did you have any 
> answer about your question posted in the pdflatex mailing list?
> I am needing to know how to do it because I am publishing a book in 
> Industrial Ventilation in the University where I work. I am sorry for my 
> poor english.

you can mirror result.pdf with pdfpages package:

% jobname.tex
\documentclass{article}
\usepackage{pdfpages}
\begin{document}
\includepdf[reflect,pages=1-]{result.pdf}
\end{document}

by

pdflatex jobname.tex


Jano



More information about the pdftex mailing list