On 2022-01-11, Richard Owlett <rowl...@cloud85.net> wrote: > I use MATE and thus use Atril as viewer. > Typically I have no need to modify PDF documents. > I received a reading a long reading list which needs to be rotated left > to be read. Atril rotates it but does not save it as rotated. > > What's the simplest tool to permanently rotate that specific document? > TIA > > >
qpdf in.pdf out.pdf --rotate=+90 (clockwise for all pages, I think, but may depend on the version you're running).