summaryrefslogtreecommitdiff
path: root/utils/pdfdetach.1
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2013-08-08 20:39:30 +0200
committerAlbert Astals Cid <aacid@kde.org>2013-08-08 20:39:30 +0200
commit86dbc5f6f850ba3919bed9979386e5a4d0e7dba3 (patch)
treefa2ff169b280cb15b72dfafc0e6fe6991d2ee14c /utils/pdfdetach.1
parent2724a7b9f723789491b4991ce7fe0cfa3e5488c3 (diff)
pdfdetach: don't mention xpdfrc
- drop -cfg command line argument; the old code passed its value to GlobalParams constructor which is the data dir, not a cfg file - remove corresponding lines from pdfdetach.1 - fix '-enc' documentation in pdfdetach.1
Diffstat (limited to 'utils/pdfdetach.1')
-rw-r--r--utils/pdfdetach.123
1 files changed, 3 insertions, 20 deletions
diff --git a/utils/pdfdetach.1 b/utils/pdfdetach.1
index c80dde72..2bba58b5 100644
--- a/utils/pdfdetach.1
+++ b/utils/pdfdetach.1
@@ -11,14 +11,6 @@ extractor (version 3.03)
.B Pdfdetach
lists or extracts embedded files (attachments) from a Portable
Document Format (PDF) file.
-.SH CONFIGURATION FILE
-Pdfdetach 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 pdfinfo
-is built). See the
-.BR xpdfrc (5)
-man page for details.
.SH OPTIONS
Some of the following options can be set with configuration file
commands. These are listed in square brackets with the description of
@@ -44,12 +36,8 @@ Set the file name used when saving an embedded file with the "\-save"
switch, or the directory used by "\-saveall".
.TP
.BI \-enc " encoding-name"
-Sets the encoding to use for text output (embedded file names). The
-.I encoding\-name
-must be defined with the unicodeMap command (see
-.BR xpdfrc (5)).
-This defaults to "Latin1" (which is a built-in encoding).
-.RB "[config file: " textEncoding ]
+Sets the encoding to use for text output (embedded file names).
+This defaults to "UTF-8".
.TP
.BI \-opw " password"
Specify the owner password for the PDF file. Providing this will
@@ -58,11 +46,6 @@ bypass all security restrictions.
.BI \-upw " password"
Specify the user password for the PDF file.
.TP
-.BI \-cfg " config-file"
-Read
-.I config-file
-in place of ~/.xpdfrc or the system-wide config file.
-.TP
.B \-v
Print copyright and version information.
.TP
@@ -100,4 +83,4 @@ Cog, LLC.
.BR pdftohtml (1),
.BR pdftoppm (1),
.BR pdftops (1),
-.BR pdftotext (1) \ No newline at end of file
+.BR pdftotext (1)