pdfposter 0.7.post1
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.
This is 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
.
- Website: https://pythonhosted.org/pdftools.pdfposter/
- Licenses: GPL 3+
- Package source: gnu/packages/pdf.scm
- Builds: See build status
- Issues: See known issues
Installation
Install pdfposter 0.7.post1
as follows:
guix install pdfposter@0.7.post1
Or install the latest version:
guix install pdfposter
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.