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

View File

@@ -0,0 +1,21 @@
# pdfattach
> 向现有的 PDF 文件添加一个新的附件(嵌入文件)。
> 另见:`pdfdetach``pdfimages``pdfinfo`。
> 更多信息:<https://manned.org/pdfattach>。
- 向现有的 PDF 文件添加新的附件:
`pdfattach {{path/to/input.pdf}} {{path/to/file_to_attach}} {{path/to/output.pdf}}`
- 如果存在同名的附件,则替换它:
`pdfattach -replace {{path/to/input.pdf}} {{path/to/file_to_attach}} {{path/to/output.pdf}}`
- 显示帮助信息:
`pdfattach -h`
- 显示版本信息:
`pdfattach -v`