a very simple python script for reordering a PDF file in a foldable booklet style.
Two pdf pages per face, and you can fold the printed papers in the middle, and read it like a normal book.
pip install PyPDF2
python main.py input_file.pdf
make sure you select printing on both side and see if the printed paper is what you want ;)