Re: convert -flop on multipage pdf file
Karl Billeter <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Oct 15, 2009 at 05:10:45PM +0200, Vedran Vucic wrote: > Hello, > > I got pdf file with 28 pages that are orineted like ina mirror. I have done > convert myfile.pdf -flop newfile.pdf > and I got new pdf file with pages oriented normally so I can read, > but the text was a bit blurry. Actually, it lost its resolution. It > si readable but resolution was a bit weaker. > Is there any way to do that without loosing resolution? If you don't mind a non-IM solution, the LaTeX package pdfpages can do this. Karl