Переглянути джерело

pdftotext: add -layout switch (#3638)

fejx 5 роки тому
батько
коміт
65c27c2e32
1 змінених файлів з 4 додано та 0 видалено
  1. 4 0
      pages/common/pdftotext.md

+ 4 - 0
pages/common/pdftotext.md

@@ -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}}`