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:
parent
2130ae981d
commit
65c27c2e32
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue