Files
Managor c20587ae23 *: improve more info links and add option placeholders part 3 (#19560)
* 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>
2025-11-24 16:45:14 -06:00

405 B

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