Someone sent me a pdf that's rotated 90 degrees and is thus difficult to read. How can I rotate it back?

link|improve this question

55% accept rate
What are you reading it with. More info is useful. – Xavierjazz Oct 23 '09 at 2:50
feedback

6 Answers

up vote 4 down vote accepted

If you're using Adobe Reader, you can go to View -> Rotate View and choose between clockwise ( Shift + Ctrl + + ) and counterclockwise ( Shift + Ctrl + - ).

alt text

link|improve this answer
2  
+1 for using the poignant guide as the example. we miss _why – tardate Oct 23 '09 at 8:11
Agreed. The work he did for the community was outstanding. – John T Oct 23 '09 at 20:35
feedback

Rotating the document in the PDF viewer may be sufficient, but if you want to persist the rotation you might want to use pdftk.

The following command rotates the whole document to 90 degrees counterclockwise: pdftk in.pdf cat 1-endL output out.pdf.

You can also specify more specifically which pages to rotate and to which direction, e.g. 2nd page 90 deg cw and 5th page upside down: pdftk in.pdf cat 1 2R 3-4 5D 6-end output out.pdf.

The full reference to the rotational commands (and others) can be found at pdftk's reference.

link|improve this answer
feedback

You can use PDFill PDF Tools with FREE PDF Toolbox :

Free PDF Tools: Rotate and Crop PDF Pages

You can rotate pages by 90, 180 and 270 degree from an Adobe PDF file into a new file.

image

link|improve this answer
The installer for this program tried added at least three icons to my desktop and tried to install the JVM. It never said anything about this up front. – Jared Updike Mar 31 '11 at 22:54
feedback

Ctrl+Right works well in foxit, sumatra, and evince, so I assume that it works in adobe as well.

Also, there's a menu option: http://malektips.com/adobe%5Freader%5F7%5F0023.html

link|improve this answer
feedback

Could just use an online tool like docq.com

link|improve this answer
I used rotatepdf.net and had luck with that. No guarantees, but it worked for me. – Jared Updike Mar 31 '11 at 22:58
feedback

On a Macbook Pro you can just rotate the document with your fingers using the multitouch trackpad. Don't worry about rotating it exactly 90 degrees as it will automatically snap into place

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.