Bläddra i källkod

pdftotext: add -layout switch (#3638)

fejx 5 år sedan
förälder
incheckning
65c27c2e32
1 ändrade filer med 4 tillägg och 0 borttagningar
  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}}`