pdfposter: add page (#1482)

coverage
Starbeamrainbowlabs 2017-09-29 22:51:28 +01:00 committed by GitHub
parent a6f0dfbf31
commit 9ec0ab7445
1 changed files with 11 additions and 0 deletions

11
pages/common/pdfposter.md Normal file
View File

@ -0,0 +1,11 @@
# pdfposter
> Convert a large-sheeted pdf into multiple A4 pages for printing.
- Convert an A2 poster into 4 A4 pages:
`pdfposter --poster-size a2 {{input_file.pdf}} {{output_file.pdf}}`
- Scale an A4 poster to A3 and then generate 2 A4 pages:
`pdfposter --scale 2 {{input_file.pdf}} {{output_file.pdf}}`