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.cat24
1 files changed, 14 insertions, 10 deletions
diff --git a/Build/source/libs/xpdf/xpdf-src/doc/pdftotext.cat b/Build/source/libs/xpdf/xpdf-src/doc/pdftotext.cat
index d4a001d7c63..face2575a3f 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.03)
+ 4.04)
SYNOPSIS
pdftotext [options] [PDF-file [text-file]]
@@ -19,9 +19,9 @@ DESCRIPTION
CONFIGURATION FILE
Pdftotext reads a configuration file at startup. It first tries to
find the user's private config file, ~/.xpdfrc. If that doesn't exist,
- it looks for a system-wide config file, typically /usr/local/etc/xpdfrc
- (but this location can be changed when pdftotext is built). See the
- xpdfrc(5) man page for details.
+ it looks for a system-wide config file, typically /etc/xpdfrc (but this
+ location can be changed when pdftotext is built). See the xpdfrc(5)
+ man page for details.
OPTIONS
Many of the following options can be set with configuration file com-
@@ -101,8 +101,8 @@ OPTIONS
file: textEOL]
-nopgbrk
- Don't insert page breaks (form feed characters) between pages.
- [config file: textPageBreaks]
+ Don't insert a page breaks (form feed character) at the end of
+ each page. [config file: textPageBreaks]
-bom Insert a Unicode byte order marker (BOM) at the start of the
text output.
@@ -134,6 +134,10 @@ OPTIONS
-upw password
Specify the user password for the PDF file.
+ -verbose
+ Print a status message (to stdout) before processing each page.
+ [config file: printStatusInfo]
+
-q Don't print any messages or errors. [config file: errQuiet]
-cfg config-file
@@ -145,11 +149,11 @@ OPTIONS
-v Print copyright and version information, then exit.
- -h Print usage information, then exit. (-help and --help are
+ -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.
@@ -167,7 +171,7 @@ EXIT CODES
99 Other error.
AUTHOR
- The pdftotext software and documentation are copyright 1996-2021 Glyph
+ The pdftotext software and documentation are copyright 1996-2022 Glyph
& Cog, LLC.
SEE ALSO
@@ -177,4 +181,4 @@ SEE ALSO
- 28 Jan 2021 pdftotext(1)
+ 18 Apr 2022 pdftotext(1)