Files
tldr/pages.zh/common/pdfposter.md

12 lines
349 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# pdfposter
> 将大幅面PDF转换为多个A4页面以便打印。
> 更多信息:<https://pdfposter.readthedocs.io>。
- 将A2海报转换为4个A4页面
`pdfposter --poster-size a2 {{input_file.pdf}} {{output_file.pdf}}`
- 将A4海报缩放到A3然后生成2个A4页面
`pdfposter --scale 2 {{input_file.pdf}} {{output_file.pdf}}`