1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 21:35:35 +02:00

pdfposter: add page (#1482)

This commit is contained in:
Starbeamrainbowlabs 2017-09-29 22:51:28 +01:00 committed by GitHub
parent a6f0dfbf31
commit 9ec0ab7445

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}}`