add new chinese translations
This commit is contained in:
21
pages.zh/linux/pdfattach.md
Normal file
21
pages.zh/linux/pdfattach.md
Normal 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`
|
Reference in New Issue
Block a user