Ḿanuscript reviewing by annotating PDFs By jeltsch on Fri, 06/28/2019 - 20:21 Manuscripts for scientific peer-review are delivered as PDF files. Thus it appears most natural to comment the PDF file itself instead of submitting the comments as a separate text (file). Language English
Some useful PDF editing (and search) commands By jeltsch on Thu, 07/28/2011 - 14:44 Insert pages with interleave: pdftk A=input_odd_pages.pdf B=input_even_pages.pdf shuffle A B output collated.pdf(from the pdftk package) Reverse page order: pdftk input.pdf cat end-1 output reversed.pdf(from the pdftk package)