[Tugindia] Help: Mirror printout from PDF files

Aditya Mahajan adityam at umich.edu
Fri Jun 3 11:50:56 CEST 2005


<--- On Jun 3, Ganesh Sharma wrote --->

> Dear Friends,
> 
> I have some pdf files & I want to have mirror printout of these files.
> 
> Kindly explain the method of getting mirror printout of pdf files.

There could be better ways, but one way to do it is use 'pdfpages'. 
For example

\documentclass{article}
\usepackage{pdfpages}
\begin{document}
\includepdf[pages=-,reflect]{test.pdf}
\end{document}

and compile using pdflatex. You will get a file with all pages of 
test.pdf reflected and then you can take a printout of this file.


Aditya

-- 
Aditya Mahajan, EECS Systems, University of Michigan
http://www.eecs.umich.edu/~adityam || Ph: 7342624008



More information about the tugindia mailing list