Penguin
Annotated edit history of pdftopbm(1) version 1 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 pdftopbm
2 !!!pdftopbm
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 CONFIGURATION FILE
7 OPTIONS
8 BUGS
9 AUTHOR
10 SEE ALSO
11 ----
12 !!NAME
13
14
15 pdftopbm - Portable Document Format (PDF) to Portable Bitmap (PBM) converter (version 1.00)
16 !!SYNOPSIS
17
18
19 __pdftopbm__ [[options] ''PDF-file
20 PBM-root''
21 !!DESCRIPTION
22
23
24 __Pdftopbm__ converts Portable Document Format (PDF)
25 files to black-and-white image files in Portable Bitmap
26 (PBM) format.
27
28
29 Pdftopbm reads the PDF file, ''PDF-file'', and writes one
30 PBM file for each page, ''PBM-root''-''nnnnnn''.pbm,
31 where ''nnnnnn'' is the page number.
32 !!CONFIGURATION FILE
33
34
35 Pdftopbm reads a configuration file at startup. It first
36 tries to find the user's private config file, ~/.xpdfrc. If
37 that doesn't exist, it looks for a system-wide config file,
38 typically /usr/local/etc/xpdfrc (but this location can be
39 changed when pdftopbm is built). See the xpdfrc(5)
40 man page for details.
41 !!OPTIONS
42
43
44 Many of the following options can be set with configuration
45 file commands. These are listed in square brackets with the
46 description of the corresponding command line
47 option.
48
49
50 __-f__ ''number''
51
52
53 Specifies the first page to convert.
54
55
56 __-l__ ''number''
57
58
59 Specifies the last page to convert.
60
61
62 __-r__ ''number''
63
64
65 Specifies the resolution, in DPI. The default is 150
66 DPI.
67
68
69 __-opw__ ''password''
70
71
72 Specify the owner password for the PDF file. Providing this
73 will bypass all security restrictions.
74
75
76 __-upw__ ''password''
77
78
79 Specify the user password for the PDF file.
80
81
82 __-q__
83
84
85 Don't print any messages or errors. [[config file:
86 __errQuiet__]
87
88
89 __-v__
90
91
92 Print copyright and version information.
93
94
95 __-h__
96
97
98 Print usage information. (__-help__ and __--help__ are
99 equivalent.)
100 !!BUGS
101
102
103 Pdftopbm uses X to do the rendering, so it is limited by the
104 capabilities and performance of the X server. In particular,
105 high-resolution output requires lots of memory. Also,
106 non-scalable fonts will not look great.
107 !!AUTHOR
108
109
110 The pdftopbm software and documentation are copyright
111 1996-2002 Derek B. Noonburg
112 (derekn@foolabs.com).
113 !!SEE ALSO
114
115
116 xpdf(1), pdftops(1), pdftotext(1),
117 pdfinfo(1), pdffonts(1), pdfimages(1),
118 xpdfrc(5)__
119 http://www.foolabs.com/xpdf/__
120 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.