Преглед на файлове

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