We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 907d9ab + 8e25a2c commit b07c601Copy full SHA for b07c601
git-extra/astextplain
@@ -18,7 +18,7 @@ case "$1" in
18
docx2txt.pl "$1" -
19
;;
20
*.pdf | *.PDF)
21
- pdftotext -layout "$1" -enc UTF-8 - | sed "s/(\^M$)|(^\^L)//"
+ pdftotext -layout -enc UTF-8 "$1" - | sed "s/(\^M$)|(^\^L)//"
22
23
# TODO add rtf support
24
*.rtf | *.RTF)
0 commit comments