source: main/trunk/binaries/mac/intel/xpdf-tools/doc/pdftoppm.1@ 32219

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

Committing xpdf-tools binaries for mac (v. 4.00 as for Win and Linux xpdf-tools binaries committed before) as they work with the test files. Aiming to build our own xpdf-tools from src for unix sometime hereafter, but in the meantime, there are these binaries.

File size: 3.0 KB
Line 
1.\" Copyright 2005-2017 Glyph & Cog, LLC
2.TH pdftoppm 1 "10 Aug 2017"
3.SH NAME
4pdftoppm \- Portable Document Format (PDF) to Portable Pixmap (PPM)
5converter (version 4.00)
6.SH SYNOPSIS
7.B pdftoppm
8[options]
9.I PDF-file PPM-root
10.SH DESCRIPTION
11.B Pdftoppm
12converts Portable Document Format (PDF) files to color image files in
13Portable Pixmap (PPM) format, grayscale image files in Portable
14Graymap (PGM) format, or monochrome image files in Portable Bitmap
15(PBM) format.
16.PP
17Pdftoppm reads the PDF file,
18.IR PDF-file ,
19and writes one PPM file for each page,
20.IR PPM-root - nnnnnn .ppm,
21where
22.I nnnnnn
23is the page number.
24If
25.I PPM-root
26is \'-', the image is sent to stdout (this is probably only useful
27when converting a single page).
28.SH CONFIGURATION FILE
29Pdftoppm reads a configuration file at startup. It first tries to
30find the user's private config file, ~/.xpdfrc. If that doesn't
31exist, it looks for a system-wide config file, typically
32/usr/local/etc/xpdfrc (but this location can be changed when pdftoppm
33is built). See the
34.BR xpdfrc (5)
35man page for details.
36.SH OPTIONS
37Many of the following options can be set with configuration file
38commands. These are listed in square brackets with the description of
39the corresponding command line option.
40.TP
41.BI \-f " number"
42Specifies the first page to convert.
43.TP
44.BI \-l " number"
45Specifies the last page to convert.
46.TP
47.BI \-r " number"
48Specifies the resolution, in DPI. The default is 150 DPI.
49.TP
50.B \-mono
51Generate a monochrome PBM file (instead of an RGB PPM file).
52.TP
53.B \-gray
54Generate a grayscale PGM file (instead of an RGB PPM file).
55.TP
56.B \-cmyk
57Generate a CMYK PAM file (instead of an RGB PPM file).
58.TP
59.BI \-freetype " yes | no"
60Enable or disable FreeType (a TrueType / Type 1 font rasterizer).
61This defaults to "yes".
62.RB "[config file: " enableFreeType ]
63.TP
64.BI \-aa " yes | no"
65Enable or disable font anti-aliasing. This defaults to "yes".
66.RB "[config file: " antialias ]
67.TP
68.BI \-aaVector " yes | no"
69Enable or disable vector anti-aliasing. This defaults to "yes".
70.RB "[config file: " vectorAntialias ]
71.TP
72.BI \-opw " password"
73Specify the owner password for the PDF file. Providing this will
74bypass all security restrictions.
75.TP
76.BI \-upw " password"
77Specify the user password for the PDF file.
78.TP
79.B \-q
80Don't print any messages or errors.
81.RB "[config file: " errQuiet ]
82.TP
83.B \-v
84Print copyright and version information.
85.TP
86.B \-h
87Print usage information.
88.RB ( \-help
89and
90.B \-\-help
91are equivalent.)
92.SH EXIT CODES
93The Xpdf tools use the following exit codes:
94.TP
950
96No error.
97.TP
981
99Error opening a PDF file.
100.TP
1012
102Error opening an output file.
103.TP
1043
105Error related to PDF permissions.
106.TP
10799
108Other error.
109.SH AUTHOR
110The pdftoppm software and documentation are copyright 1996-2017 Glyph
111& Cog, LLC.
112.SH "SEE ALSO"
113.BR xpdf (1),
114.BR pdftops (1),
115.BR pdftotext (1),
116.BR pdftohtml (1),
117.BR pdfinfo (1),
118.BR pdffonts (1),
119.BR pdfdetach (1),
120.BR pdftopng (1),
121.BR pdfimages (1),
122.BR xpdfrc (5)
123.br
124.B http://www.xpdfreader.com/
Note: See TracBrowser for help on using the repository browser.