summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/xpdf-src/doc/pdftotext.cat
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-src/doc/pdftotext.cat')
-rw-r--r--Build/source/libs/xpdf/xpdf-src/doc/pdftotext.cat21
1 files changed, 15 insertions, 6 deletions
diff --git a/Build/source/libs/xpdf/xpdf-src/doc/pdftotext.cat b/Build/source/libs/xpdf/xpdf-src/doc/pdftotext.cat
index ec51212f332..d4a001d7c63 100644
--- a/Build/source/libs/xpdf/xpdf-src/doc/pdftotext.cat
+++ b/Build/source/libs/xpdf/xpdf-src/doc/pdftotext.cat
@@ -4,7 +4,7 @@ pdftotext(1) General Commands Manual pdftotext(1)
NAME
pdftotext - Portable Document Format (PDF) to text converter (version
- 4.02)
+ 4.03)
SYNOPSIS
pdftotext [options] [PDF-file [text-file]]
@@ -47,6 +47,11 @@ OPTIONS
ing, but it will only work properly with a single column of
text.
+ -simple2
+ Similar to -simple, but handles slightly rotated text (e.g., OCR
+ output) better. Only works for pages with a single column of
+ text.
+
-table Table mode is similar to physical layout mode, but optimized for
tabular data, with the goal of keeping rows and columns aligned
(at the expense of inserting extra whitespace). If the -fixed
@@ -135,12 +140,16 @@ OPTIONS
Read config-file in place of ~/.xpdfrc or the system-wide config
file.
- -v Print copyright and version information.
+ -listencodings
+ List all available text output encodings, then exit.
+
+ -v Print copyright and version information, then exit.
- -h Print usage information. (-help and --help are equivalent.)
+ -h Print usage information, then exit. (-help and --help are
+ equivalent.)
BUGS
- Some PDF files contain fonts whose encodings have been mangled beyond
+ Some PDF files contain fonts whose encodings have been mangled beyond
recognition. There is no way (short of OCR) to extract text from these
files.
@@ -158,7 +167,7 @@ EXIT CODES
99 Other error.
AUTHOR
- The pdftotext software and documentation are copyright 1996-2019 Glyph
+ The pdftotext software and documentation are copyright 1996-2021 Glyph
& Cog, LLC.
SEE ALSO
@@ -168,4 +177,4 @@ SEE ALSO
- 25 Sep 2019 pdftotext(1)
+ 28 Jan 2021 pdftotext(1)