PDF arranger Can make booklets. Arrange, delete, add pages to pdfs.
pdfbook Use pdfbook2 from texlive-extra-utils to create a booklet.
pdfjam If some pdf program complains about different sized pages, use pdfjam to make them all the same size
pdfjam --outfile out.pdf --paper a5paper in.pdf Jpdf Tweak Swiss army knife for pdfs. Watermarks, page numbering, bookmarks, attachments, document info, encryption, etc.
OCRmyPDF OCR on images and pdfs.
ocrmypdf no_ocr.pdf ocr.pdf --sidecar ocr.txt -l deu+eng --force-ocr If –force-ocr is issued, then all pages will be rasterized to images, discarding any hidden OCR text, rasterizing any printable text, and flattening form fields or interactive objects into their visual representation. This is useful for redoing OCR, for fixing OCR text with a damaged character map (text is selectable but not searchable), and destroying redacted information.
...