Procházet zdrojové kódy

pdftotext: add -layout switch (#3638)

fejx před 5 roky
rodič
revize
65c27c2e32
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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}}`