n7gifmdn@lemmy.ca to Memes@lemmy.mlEnglish · 1 year agoZoomers & Boomers are the samemessage-squaremessage-square164fedilinkarrow-up1341arrow-down115file-text
arrow-up1326arrow-down1message-squareZoomers & Boomers are the samen7gifmdn@lemmy.ca to Memes@lemmy.mlEnglish · 1 year agomessage-square164fedilinkfile-text
minus-squaredouble_quack@lemm.eelinkfedilinkEnglisharrow-up8·1 year agopdftk input.pdf cat 1-endright output output.pdf
minus-squaredouble_quack@lemm.eelinkfedilinkEnglisharrow-up2·1 year agoDoesn’t convert rasterize the pdf? (I don’t remember)
minus-squarerice@lemmy.orglinkfedilinkEnglisharrow-up1·1 year agoYea, but the entire rotation of pdf is from scanned pdfs that are rasterized anyway if you’re manipulating pdfs exported via a computer program I doubt you’d ever need to rotate them, but in that case qpdf etc are better
pdftk input.pdf cat 1-endright output output.pdfconvert -rotate 90 in.pdf out.pdfDoesn’t convert rasterize the pdf? (I don’t remember)
Yea, but the entire rotation of pdf is from scanned pdfs that are rasterized anyway
if you’re manipulating pdfs exported via a computer program I doubt you’d ever need to rotate them, but in that case qpdf etc are better