summaryrefslogtreecommitdiff
path: root/utils/pdfimages.1
diff options
context:
space:
mode:
Diffstat (limited to 'utils/pdfimages.1')
-rw-r--r--utils/pdfimages.114
1 files changed, 11 insertions, 3 deletions
diff --git a/utils/pdfimages.1 b/utils/pdfimages.1
index 8485f3d3..1a5386a0 100644
--- a/utils/pdfimages.1
+++ b/utils/pdfimages.1
@@ -21,7 +21,9 @@ where
.I nnn
is the image number and
.I xxx
-is the image type (.ppm, .pbm, .png, .tif, .jpg, jp2, jb2e, or jb2g).
+is the image type (.ppm, .pbm, .png, .tif, .jpg, jp2, jb2e, or jb2g). If
+.I PDF-file
+is \'-', it reads the PDF file from stdin.
.PP
The default output format is PBM (for monochrome images) or PPM for
non-monochrome. The \-png or \-tiff options change to default output
@@ -51,7 +53,7 @@ Write images in JPEG format as JPEG files instead of the default format. The JPE
Write images in JPEG2000 format as JP2 files instead of the default format. The JP2 file is identical to the JPEG2000 data stored in the PDF.
.TP
.B \-jbig2
-Write images in JBIG2 format as JBIG2 files instead of the default format. JBIG2 data in PDF is of the embedded type. The embedded type of JBIG2 has an optional separate file containing global data. The embedded data is written with the extension .jb2e and the global data (if available) will be written to the same image number with the extension .jb2g. The content of both these files is indentical to the JBIG2 data in the PDF.
+Write images in JBIG2 format as JBIG2 files instead of the default format. JBIG2 data in PDF is of the embedded type. The embedded type of JBIG2 has an optional separate file containing global data. The embedded data is written with the extension .jb2e and the global data (if available) will be written to the same image number with the extension .jb2g. The content of both these files is identical to the JBIG2 data in the PDF.
.TP
.B \-ccitt
Write images in CCITT format as CCITT files instead of the default
@@ -217,6 +219,9 @@ Specify the user password for the PDF file.
.B \-p
Include page numbers in output file names.
.TP
+.B \-print\-filenames
+Print image filenames to stdout.
+.TP
.B \-q
Don't print any messages or errors.
.TP
@@ -250,7 +255,7 @@ Other error.
The pdfimages software and documentation are copyright 1998-2011 Glyph
& Cog, LLC.
.SH "SEE ALSO"
-.BR pdfdetach (1)
+.BR pdfdetach (1),
.BR pdffonts (1),
.BR pdfinfo (1),
.BR pdftocairo (1),
@@ -258,3 +263,6 @@ The pdfimages software and documentation are copyright 1998-2011 Glyph
.BR pdftoppm (1),
.BR pdftops (1),
.BR pdftotext (1)
+.BR pdfseparate (1),
+.BR pdfsig (1),
+.BR pdfunite (1)