mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 15:35:25 +02:00
pdfattach: add Spanish translation (#15169)
This commit is contained in:
parent
5c1110198c
commit
4960ffd816
1 changed files with 21 additions and 0 deletions
21
pages.es/linux/pdfattach.md
Normal file
21
pages.es/linux/pdfattach.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# pdfattach
|
||||
|
||||
> Agrega un nuevo archivo adjunto (incorporándolo) a un archivo PDF existente.
|
||||
> Vea también: `pdfdetach`, `pdfimages`, `pdfinfo`.
|
||||
> Más información: <https://manned.org/pdfattach>.
|
||||
|
||||
- Añade un nuevo adjunto a un archivo PDF existente:
|
||||
|
||||
`pdfattach {{ruta/al/archivo_original.pdf}} {{ruta/al/archivo_a_adjuntar}} {{ruta/al/resultado.pdf}}`
|
||||
|
||||
- Reemplaza el adjunto del mismo nombre, si existe:
|
||||
|
||||
`pdfattach -replace {{ruta/al/archivo_original.pdf}} {{ruta/al/archivo_adjunto}} {{ruta/al/resultado.pdf}}`
|
||||
|
||||
- Muestra la ayuda:
|
||||
|
||||
`pdfattach -h`
|
||||
|
||||
- Muestra la versión:
|
||||
|
||||
`pdfattach -v`
|
Loading…
Add table
Reference in a new issue