pdftilecut

Subdivide PDF pages into smaller tiles for printing on multiple sheets

brewmacoslinux
Try with needOr install directly
Source

About

Sub-divide a PDF page(s) into smaller pages so you can print them

Commands

pdftilecut

Examples

Tile a single PDF page into a 2x2 grid$ pdftilecut -t 2x2 input.pdf output.pdf
Tile a PDF into 3x3 grid with 0.5cm overlap for easier assembly$ pdftilecut -t 3x3 -o 0.5cm input.pdf output.pdf
Tile all pages of a PDF with custom tile size$ pdftilecut -t 2x3 -p all document.pdf tiled_document.pdf