add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

17
pages.zh/linux/pdfxup.md Normal file
View File

@@ -0,0 +1,17 @@
# pdfxup
> N-up PDF页面。
> N-upping意味着通过缩放和旋转将多个页面放置到一页上形成一个网格。
> 更多信息:<https://ctan.org/pkg/pdfxup>。
- 创建一个2页合一的PDF
`pdfxup -o {{path/to/output.pdf}} {{path/to/input.pdf}}`
- 创建一个每页有3列和2行的PDF
`pdfxup -x {{3}} -y {{2}} -o {{path/to/output.pdf}} {{path/to/input.pdf}}`
- 创建一本小册子模式的PDF2合一并且页面在折叠时排序成一本书
`pdfxup -b -o {{path/to/output.pdf}} {{path/to/input.pdf}}`