Subdivide PDF pages into smaller tiles for printing on multiple sheets
Sub-divide a PDF page(s) into smaller pages so you can print them
pdftilecut$ pdftilecut -t 2x2 input.pdf output.pdf$ pdftilecut -t 3x3 -o 0.5cm input.pdf output.pdf$ pdftilecut -t 2x3 -p all document.pdf tiled_document.pdf