1pdfimages(1) General Commands Manual pdfimages(1)
2
3
4
6 pdfimages - Portable Document Format (PDF) image extractor (version
7 3.00)
8
10 pdfimages [options] PDF-file image-root
11
13 Pdfimages saves images from a Portable Document Format (PDF) file as
14 Portable Pixmap (PPM), Portable Bitmap (PBM), or JPEG files.
15
16 Pdfimages reads the PDF file PDF-file, scans one or more pages, and
17 writes one PPM, PBM, or JPEG file for each image, image-root-nnn.xxx,
18 where nnn is the image number and xxx is the image type (.ppm, .pbm,
19 .jpg).
20
22 -f number
23 Specifies the first page to scan.
24
25 -l number
26 Specifies the last page to scan.
27
28 -j Normally, all images are written as PBM (for monochrome images)
29 or PPM (for non-monochrome images) files. With this option,
30 images in DCT format are saved as JPEG files. All non-DCT
31 images are saved in PBM/PPM format as usual.
32
33 -opw password
34 Specify the owner password for the PDF file. Providing this
35 will bypass all security restrictions.
36
37 -upw password
38 Specify the user password for the PDF file.
39
40 -q Don't print any messages or errors.
41
42 -v Print copyright and version information.
43
44 -h Print usage information. (-help and --help are equivalent.)
45
47 The Xpdf tools use the following exit codes:
48
49 0 No error.
50
51 1 Error opening a PDF file.
52
53 2 Error opening an output file.
54
55 3 Error related to PDF permissions.
56
57 99 Other error.
58
60 The pdfimages software and documentation are copyright 1998-2004 Glyph
61 & Cog, LLC.
62
64 pdftops(1), pdftotext(1), pdfinfo(1), pdffonts(1), pdftoppm(1),
65
66
67
68 22 January 2004 pdfimages(1)