Bringing apdf from vendor into main branch.
[AROS-Contrib.git] / apdf / doc / pdftoppm.hlp
blobbefce247604c7d854c389b04720a768077543012
1 ! Generated automatically by mantohlp
2 1 pdftoppm
4        pdftoppm  -  Portable  Document  Format  (PDF) to Portable
5        Pixmap (PPM)
7        pdftoppm [options] PDF-file PPM-root
9        Pdftoppm converts Portable Document Format (PDF) files  to
10        color   image  files  in  Portable  Pixmap  (PPM)  format,
11        grayscale image files in Portable Graymap (PGM) format, or
12        monochrome image files in Portable Bitmap (PBM) format.
14        Pdftoppm  reads the PDF file, PDF-file, and writes one PPM
15        file for each page, PPM-root-nnnnnn.ppm, where  nnnnnn  is
16        the page number.
18                                                                ()
20 2 ONFIGURATION_FIL
22        Pdftoppm  reads a configuration file at startup.  It first
23        tries to find the user's private config  file,  ~/.xpdfrc.
24        If  that  doesn't exist, it looks for a system-wide config
25        file, typically /usr/local/etc/xpdfrc (but  this  location
26        can be changed when pdftoppm is built).  See the xpdfrc(5)
27        man page for details.
29                                                                ()
31 2 OPTIONS
33        Many  of  the following options can be set with configura-
34        tion file commands.  These are listed in  square  brackets
35        with  the  description  of  the corresponding command line
36        option.
38        -f number
39               Specifies the first page to convert.
41        -l number
42               Specifies the last page to convert.
44        -r number
45               Specifies the resolution, in DPI.  The  default  is
46               150 DPI.
48        -mono  Generate  a monochrome PBM file (instead of a color
49               PPM file).
51        -gray  Generate a grayscale PGM file (instead of  a  color
52               PPM file).
54        -t1lib yes | no
55               Enable or disable t1lib (a Type 1 font rasterizer).
56               This defaults to "yes".  [config file: enableT1lib]
58        -freetype yes | no
59               Enable  or  disable  FreeType  (a TrueType / Type 1
60               font rasterizer).  This defaults to "yes".  [config
61               file: enableFreeType]
63        -aa yes | no
64               Enable   or   disable   font  anti-aliasing.   This
65               defaults to "yes".  [config file: antialias]
67        -opw password
68               Specify the owner password for the PDF file.   Pro-
69               viding  this will bypass all security restrictions.
71        -upw password
72               Specify the user password for the PDF file.
74        -q     Don't print any messages or errors.  [config  file:
75               errQuiet]
77        -v     Print copyright and version information.
79        -h     Print  usage  information.   (-help  and --help are
80               equivalent.)
82                                                                ()
84 2 XIT_CODE
86        The Xpdf tools use the following exit codes:
88        0      No error.
90        1      Error opening a PDF file.
92        2      Error opening an output file.
94        3      Error related to PDF permissions.
96        99     Other error.
98                                                                ()
100 2 AUTHOR
102        The  pdftoppm  software  and  documentation  are copyright
103        1996-2005 Glyph & Cog, LLC.
105                                                                ()
107 2 SEE_ALSO
109        xpdf(1),   pdftops(1),   pdftotext(1),   pdfinfo(1),  pdf-
110        fonts(1), pdfimages(1), xpdfrc(5)
111        http://www.foolabs.com/xpdf/
113                                                                ()