mpage

Print multiple pages on a single sheet of paper

brewmacoslinux
Try with needOr install directly
Source

About

Many to one page printing utility

Commands

mpage

Examples

Print 4 pages per sheet from a PostScript file$ mpage -4 input.ps | lpr
Print 2 pages per sheet with borders and save to file$ mpage -2 -b document.ps > output.ps
Convert text file to 6 pages per sheet PostScript$ mpage -6 textfile.txt > multi.ps