I received an email containing a PDF document which was scanned backwards. I tried rotating it with PDF Complete version 4.0.65 but it didn't correct the problem. The user who emailed it doesn't have the original document to re-scan it correctly. How can I fix it?
If you want a Linux simple solution, pdftk is able to do exactly that:
pdftk input.pdf cat end-1 output output.pdf