1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 11:19:46 +01:00

pdfattach: add page (#14110)

* pdfattach: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Wiktor Perskawiec 2024-10-11 19:30:56 +02:00 committed by GitHub
parent 4c2a16145d
commit cd47ade4b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

21
pages/linux/pdfattach.md Normal file
View 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`