scale and tile PDF images/pages to print on multiple pages
Pdfposter can be used to create a large poster by building it from multiple pages and/or printing it on large media. It expects as input a PDF file, normally printing on a single page. The output is again a PDF file, maybe containing multiple pages together building the poster. The input page will be scaled to obtain the desired size, much like poster does for PostScript files, but working with PDF, since sometimes poster does not like your files converted from PDF. :-) Indeed pdfposter was inspired by poster.
Pdfposter can be used to create a large poster by building it from multiple pages and/or printing it on large media. It expects as input a PDF file, normally printing on a single page. The output is again a PDF file, maybe containing multiple pages together building the poster. The input page will be scaled to obtain the desired size, much like poster does for PostScript files, but working with PDF, since sometimes poster does not like your files converted from PDF. :-) Indeed pdfposter was inspired by poster.
To install pdfposter, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pdfposter
To see what files were installed by pdfposter, run:
port contents pdfposter
To later upgrade pdfposter, run:
sudo port selfupdate && sudo port upgrade pdfposter
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.