Page 1 of 1

Re: manipulate page in PDF

Posted: 2008-08-07T16:02:57-07:00
by magick
You need another solution other than ImageMagick. ImageMagick firsts rasterizes your PDF which is probably not what you want. If you were to use ImageMagick you could rotate one page like this:
  • convert '25pages.pdf[0-11]' \( '25pages.pdf[12]' -rotate 90 \) '25pages.pdf[13-24]' rotate.pdf