I have a multi-page pdf file, and I want to rotate a specific page 90 degrees clockwise, to obtain a new pdf file which has the same pages as the original pdf, but with this specific page rotated. How can I do this?
I have a multi-page pdf file, and I want to rotate a specific page 90 degrees clockwise, to obtain a new pdf file which has the same pages as the original pdf, but with this specific page rotated. How can I do this?
You can use
pdftk
. Install it withsudo apt-get install pdftk
. Then, suppose you want to rotate the page 4 of your documenttest.pdf
90 degree clockwise:You can do much more in
pdftk
, changing page order, rotation, merging various PDF files. The manual page is your friend here.From
man pdftk
, referring to thecat
operation:You can also use
pdfshuffler
, which has a GUI interface. You can download it from http://sourceforge.net/projects/pdfshuffler/ or using ubuntu software centre or synaptic package manager.It allows to do exactly what you want, you can graphically choose which pages to rotate, if more than one page is wanted. You can also do cropping and reordering of the pages.
The Master PDF Editor is also capable of rotating single Pages. Also in the Free Version (Speaking for version 4.3.80)
This is also possible through a website like http://online-pdf.org, I think you need to upload the file twice, in one you select the page you like to rotate, and in the other you select the rest. You're selections should be merged after this.
I have very good experience with PDF arranger. It is my preferred GUI tool. You can reorder, rotate, delete, insert pages using this application by mouse, save only selected pages, view page thumbnails (and much more). You can install it using: