diff --git a/pages/linux/pdfattach.md b/pages/linux/pdfattach.md new file mode 100644 index 0000000000..063847fcb4 --- /dev/null +++ b/pages/linux/pdfattach.md @@ -0,0 +1,21 @@ +# pdfattach + +> Add a new attachment (embedded file) to an existing PDF file. +> See also: `pdfdetach`, `pdfimages`, `pdfinfo`. +> More information: . + +- 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`