rotating pdfs from command line
pdfjam --landscape --angle 90 input.pdf --outfile outfile.pdf
pdfjam --angle 180 input.pdf --outfile outfile.pdf
pdfjam --landscape --angle 270 input.pdf --outfile outfile.pdf
and in debian 12, pdfjam is in package texlive-extra-utils
Comments
Post a Comment