source: main/trunk/binaries/windows/bin/xpdf-tools/doc/pdfdetach.txt@ 32207

Last change on this file since 32207 was 32207, checked in by ak19, 6 years ago

Got a basic Windows version of PDFPlugin's new paged_html mode working

File size: 3.3 KB
RevLine 
[32207]1pdfdetach(1) General Commands Manual pdfdetach(1)
2
3
4
5NAME
6 pdfdetach - Portable Document Format (PDF) document embedded file
7 extractor (version 4.00)
8
9SYNOPSIS
10 pdfdetach [options] [PDF-file]
11
12DESCRIPTION
13 Pdfdetach lists or extracts embedded files (attachments) from a Porta-
14 ble Document Format (PDF) file.
15
16CONFIGURATION FILE
17 Pdfdetach reads a configuration file at startup. It first tries to
18 find the user's private config file, ~/.xpdfrc. If that doesn't exist,
19 it looks for a system-wide config file, typically /usr/local/etc/xpdfrc
20 (but this location can be changed when pdfinfo is built). See the
21 xpdfrc(5) man page for details.
22
23OPTIONS
24 Some of the following options can be set with configuration file com-
25 mands. These are listed in square brackets with the description of the
26 corresponding command line option.
27
28 -list List all of the embedded files in the PDF file. File names are
29 converted to the text encoding specified by the "-enc" switch.
30
31 -save number
32 Save the specified embedded file. By default, this uses the
33 file name associated with the embedded file (as printed by the
34 "-list" switch); the file name can be changed with the "-o"
35 switch.
36
37 -saveall
38 Save all of the embedded files. This uses the file names asso-
39 ciated with the embedded files (as printed by the "-list"
40 switch). By default, the files are saved in the current direc-
41 tory; this can be changed with the "-o" switch.
42
43 -o path
44 Set the file name used when saving an embedded file with the
45 "-save" switch, or the directory used by "-saveall".
46
47 -enc encoding-name
48 Sets the encoding to use for text output (embedded file names).
49 The encoding-name must be defined with the unicodeMap command
50 (see xpdfrc(5)). This defaults to "Latin1" (which is a built-in
51 encoding). [config file: textEncoding]
52
53 -opw password
54 Specify the owner password for the PDF file. Providing this
55 will bypass all security restrictions.
56
57 -upw password
58 Specify the user password for the PDF file.
59
60 -cfg config-file
61 Read config-file in place of ~/.xpdfrc or the system-wide config
62 file.
63
64 -v Print copyright and version information.
65
66 -h Print usage information. (-help and --help are equivalent.)
67
68EXIT CODES
69 The Xpdf tools use the following exit codes:
70
71 0 No error.
72
73 1 Error opening a PDF file.
74
75 2 Error opening an output file.
76
77 3 Error related to PDF permissions.
78
79 99 Other error.
80
81AUTHOR
82 The pdfinfo software and documentation are copyright 1996-2017 Glyph &
83 Cog, LLC.
84
85SEE ALSO
86 xpdf(1), pdftops(1), pdftotext(1), pdftohtml(1), pdfinfo(1), pdf-
87 fonts(1), pdftoppm(1), pdftopng(1), pdfimages(1), xpdfrc(5)
88 http://www.xpdfreader.com/
89
90
91
92 10 Aug 2017 pdfdetach(1)
Note: See TracBrowser for help on using the repository browser.