mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 00:35:23 +02:00
pdftohtml: add Spanish translation (#15172)
This commit is contained in:
parent
207f35ac0a
commit
01a3ef474b
1 changed files with 20 additions and 0 deletions
20
pages.es/linux/pdftohtml.md
Normal file
20
pages.es/linux/pdftohtml.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# pdftohtml
|
||||
|
||||
> Convierte archivos PDF a HTML, XML e imágenes PNG.
|
||||
> Más información: <https://manned.org/pdftohtml>.
|
||||
|
||||
- Convierte un archivo PDF en un archivo HTML:
|
||||
|
||||
`pdftohtml {{ruta/al/archivo.pdf}} {{ruta/al/archivo_resultado.html}}`
|
||||
|
||||
- Ignora imágenes en el archivo PDF:
|
||||
|
||||
`pdftohtml -i {{ruta/al/archivo.pdf}} {{ruta/al/archivo_resultado.html}}`
|
||||
|
||||
- Genera un único archivo HTML que incluye todas las páginas PDF:
|
||||
|
||||
`pdftohtml -s {{ruta/al/archivo.pdf}} {{ruta/al/archivo_resultado.html}}`
|
||||
|
||||
- Convierte un archivo PDF en un archivo XML:
|
||||
|
||||
`pdftohtml -xml {{ruta/al/archivo.pdf}} {{ruta/al/archivo_resultado.xml}}`
|
Loading…
Add table
Reference in a new issue