1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:42:07 +02:00

pdftotext: add -layout switch (#3638)

This commit is contained in:
fejx 2019-12-02 17:44:17 +01:00 committed by Zlatan Vasović
parent 2130ae981d
commit 65c27c2e32

View file

@ -10,6 +10,10 @@
`pdftotext {{filename.pdf}}` `pdftotext {{filename.pdf}}`
- Convert filename.pdf to plain text and preserve the layout:
`pdftotext -layout {{filename.pdf}}`
- Convert input.pdf to plain text and save it as output.txt: - Convert input.pdf to plain text and save it as output.txt:
`pdftotext {{input.pdf}} {{output.txt}}` `pdftotext {{input.pdf}} {{output.txt}}`