version 1, including all changes.
.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
pdfinfo |
|
|
2 |
!!!pdfinfo |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
CONFIGURATION FILE |
|
|
7 |
OPTIONS |
|
|
8 |
BUGS |
|
|
9 |
AUTHOR |
|
|
10 |
SEE ALSO |
|
|
11 |
---- |
|
|
12 |
!!NAME |
|
|
13 |
|
|
|
14 |
|
|
|
15 |
pdfinfo - Portable Document Format (PDF) document information extractor (version 1.00) |
|
|
16 |
!!SYNOPSIS |
|
|
17 |
|
|
|
18 |
|
|
|
19 |
__pdfinfo__ [[options] [[''PDF-file''] |
|
|
20 |
!!DESCRIPTION |
|
|
21 |
|
|
|
22 |
|
|
|
23 |
__Pdfinfo__ prints the contents of the Info' dictionary |
|
|
24 |
(plus some other useful information) from a Portable |
|
|
25 |
Document Format (PDF) file. |
|
|
26 |
|
|
|
27 |
|
|
|
28 |
The Info' dictionary contains the following |
|
|
29 |
values: |
|
|
30 |
|
|
|
31 |
|
|
|
32 |
title |
|
|
33 |
|
|
|
34 |
|
|
|
35 |
subject |
|
|
36 |
|
|
|
37 |
|
|
|
38 |
keywords |
|
|
39 |
|
|
|
40 |
|
|
|
41 |
author |
|
|
42 |
|
|
|
43 |
|
|
|
44 |
creator |
|
|
45 |
|
|
|
46 |
|
|
|
47 |
producer |
|
|
48 |
|
|
|
49 |
|
|
|
50 |
creation date |
|
|
51 |
|
|
|
52 |
|
|
|
53 |
modification date |
|
|
54 |
|
|
|
55 |
|
|
|
56 |
In addition, the following information is |
|
|
57 |
printed: |
|
|
58 |
|
|
|
59 |
|
|
|
60 |
page count |
|
|
61 |
|
|
|
62 |
|
|
|
63 |
encrypted flag (yes/no) |
|
|
64 |
|
|
|
65 |
|
|
|
66 |
print and copy permissions (if encrypted) |
|
|
67 |
|
|
|
68 |
|
|
|
69 |
linearized (yes/no) |
|
|
70 |
!!CONFIGURATION FILE |
|
|
71 |
|
|
|
72 |
|
|
|
73 |
Pdfinfo reads a configuration file at startup. It first |
|
|
74 |
tries to find the user's private config file, ~/.xpdfrc. If |
|
|
75 |
that doesn't exist, it looks for a system-wide config file, |
|
|
76 |
typically /usr/local/etc/xpdfrc (but this location can be |
|
|
77 |
changed when pdfinfo is built). See the xpdfrc(5) man |
|
|
78 |
page for details. |
|
|
79 |
!!OPTIONS |
|
|
80 |
|
|
|
81 |
|
|
|
82 |
Many of the following options can be set with configuration |
|
|
83 |
file commands. These are listed in square brackets with the |
|
|
84 |
description of the corresponding command line |
|
|
85 |
option. |
|
|
86 |
|
|
|
87 |
|
|
|
88 |
__-opw__ ''password'' |
|
|
89 |
|
|
|
90 |
|
|
|
91 |
Specify the owner password for the PDF file. Providing this |
|
|
92 |
will bypass all security restrictions. |
|
|
93 |
|
|
|
94 |
|
|
|
95 |
__-upw__ ''password'' |
|
|
96 |
|
|
|
97 |
|
|
|
98 |
Specify the user password for the PDF file. |
|
|
99 |
|
|
|
100 |
|
|
|
101 |
__-cfg__ ''config-file'' |
|
|
102 |
|
|
|
103 |
|
|
|
104 |
Read ''config-file'' in place of ~/.xpdfrc or the |
|
|
105 |
system-wide config file. |
|
|
106 |
|
|
|
107 |
|
|
|
108 |
__-v__ |
|
|
109 |
|
|
|
110 |
|
|
|
111 |
Print copyright and version information. |
|
|
112 |
|
|
|
113 |
|
|
|
114 |
__-h__ |
|
|
115 |
|
|
|
116 |
|
|
|
117 |
Print usage information. (__-help__ and __--help__ are |
|
|
118 |
equivalent.) |
|
|
119 |
!!BUGS |
|
|
120 |
|
|
|
121 |
|
|
|
122 |
No known bugs. |
|
|
123 |
!!AUTHOR |
|
|
124 |
|
|
|
125 |
|
|
|
126 |
The pdfinfo software and documentation are copyright |
|
|
127 |
1996-2002 Derek B. Noonburg |
|
|
128 |
(derekn@foolabs.com). |
|
|
129 |
!!SEE ALSO |
|
|
130 |
|
|
|
131 |
|
|
|
132 |
xpdf(1), pdftops(1), pdftotext(1), |
|
|
133 |
pdffonts(1), pdftopbm(1), pdfimages(1), |
|
|
134 |
xpdfrc(5)__ |
|
|
135 |
http://www.foolabs.com/xpdf/__ |
|
|
136 |
---- |