Files
tldr/pages.zh/linux/pdfattach.md

21 lines
544 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.

# 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`