Free pdfnup for Windows (compiled to exe Python script – GPL 3)

pdfnup-cmd

 

pdfnup is a command line tool that allows to layout multiple pages per sheet of a PDF document.

I used it in Linux many times, but couldn’t find free pdfnup for Windows anywhere. Only some trial, limited versions or old Python script that doesn’t work with Python 3.X and 2.7.X – only with 2.5 and 2.6.

I didn’t want to install and use two versions of Python, so I decided to compile this old script on virtual machine using Python 2.6 and py2exe tool, so that now I can run it in everywhere, without a need to install Python 2.6.

Continue reading