mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
c20587ae23
* batch1 * batch * Update pages/common/locust.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> * Update pages/common/locust.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> * Update pages/common/locust.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> * Update pages/common/locust.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> * Update pages/common/locust.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> --------- Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> Co-authored-by: Sahil Afrid Farookhi <msafarookhi@gmail.com>
13 lines
405 B
Markdown
13 lines
405 B
Markdown
# pdfposter
|
|
|
|
> Convert a large-sheeted PDF into multiple A4 pages for printing.
|
|
> More information: <https://pdfposter.readthedocs.io/en/stable/Usage.html>.
|
|
|
|
- Convert an A2 poster into 4 A4 pages:
|
|
|
|
`pdfposter {{[-p|--poster-size]}} a2 {{input_file.pdf}} {{output_file.pdf}}`
|
|
|
|
- Scale an A4 poster to A3 and then generate 2 A4 pages:
|
|
|
|
`pdfposter {{[-s|--scale]}} 2 {{input_file.pdf}} {{output_file.pdf}}`
|