pdfposter: add page (#1482)
This commit is contained in:

committed by
GitHub

parent
a6f0dfbf31
commit
9ec0ab7445
11
pages/common/pdfposter.md
Normal file
11
pages/common/pdfposter.md
Normal 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}}`
|
Reference in New Issue
Block a user