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}}`
- 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:
`pdftotext {{input.pdf}} {{output.txt}}`