mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 12:55:32 +02:00
pdfposter: add page (#1482)
This commit is contained in:
parent
a6f0dfbf31
commit
9ec0ab7445
1 changed files with 11 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue