1
0
Fork 0
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:
Igor Támara 2024-12-16 11:13:06 -05:00 committed by GitHub
parent 5c1110198c
commit 4960ffd816
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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