pdftotext: add -layout switch (#3638)
This commit is contained in:
parent
2130ae981d
commit
65c27c2e32
|
|
@ -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}}`
|
||||
|
|
|
|||
Loading…
Reference in New Issue