pdfattach: add page (#14110)
* pdfattach: add page --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:

committed by
GitHub

parent
4c2a16145d
commit
cd47ade4b6
21
pages/linux/pdfattach.md
Normal file
21
pages/linux/pdfattach.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# pdfattach
|
||||
|
||||
> Add a new attachment (embedded file) to an existing PDF file.
|
||||
> See also: `pdfdetach`, `pdfimages`, `pdfinfo`.
|
||||
> More information: <https://manned.org/pdfattach>.
|
||||
|
||||
- Add a new attachment to an existing PDF file:
|
||||
|
||||
`pdfattach {{path/to/input.pdf}} {{path/to/file_to_attach}} {{path/to/output.pdf}}`
|
||||
|
||||
- Replace attachment with same name if it exists:
|
||||
|
||||
`pdfattach -replace {{path/to/input.pdf}} {{path/to/file_to_attach}} {{path/to/output.pdf}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`pdfattach -h`
|
||||
|
||||
- Display version:
|
||||
|
||||
`pdfattach -v`
|
Reference in New Issue
Block a user