Fix for the problem that SDL applications exited
[AROS-Contrib.git] / arospdf / doc / pdftoppm.hlp
blobbc83e7c52f1f990fb3c0d9249a7797c962a1f72c
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        -aaVector yes | no
68               Enable  or  disable  vector  anti-aliasing.    This
69               defaults to "yes".  [config file: vectorAntialias]
71        -opw password
72               Specify  the owner password for the PDF file.  Pro-
73               viding this will bypass all security  restrictions.
75        -upw password
76               Specify the user password for the PDF file.
78        -q     Don't  print any messages or errors.  [config file:
79               errQuiet]
81        -v     Print copyright and version information.
83        -h     Print usage information.   (-help  and  --help  are
84               equivalent.)
86                                                                ()
88 2 XIT_CODE
90        The Xpdf tools use the following exit codes:
92        0      No error.
94        1      Error opening a PDF file.
96        2      Error opening an output file.
98        3      Error related to PDF permissions.
100        99     Other error.
102                                                                ()
104 2 AUTHOR
106        The  pdftoppm  software  and  documentation  are copyright
107        1996-2007 Glyph & Cog, LLC.
109                                                                ()
111 2 SEE_ALSO
113        xpdf(1),   pdftops(1),   pdftotext(1),   pdfinfo(1),  pdf-
114        fonts(1), pdfimages(1), xpdfrc(5)
115        http://www.foolabs.com/xpdf/
117                                                                ()