[poppler] 6 commits - utils/pdffonts.1 utils/pdfimages.1 utils/pdfinfo.1 utils/pdftohtml.1 utils/pdftoppm.1 utils/pdftotext.1
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Aug 18 19:22:28 UTC 2020
utils/pdffonts.1 | 4 ++++
utils/pdfimages.1 | 4 +++-
utils/pdfinfo.1 | 4 ++++
utils/pdftohtml.1 | 4 +++-
utils/pdftoppm.1 | 4 +++-
utils/pdftotext.1 | 4 +++-
6 files changed, 20 insertions(+), 4 deletions(-)
New commits:
commit 11f83d58fcbd08e648a6b40c2857218fb5ee02a2
Author: Liam Morland <lkmorlan at uwaterloo.ca>
Date: Mon Aug 17 21:13:16 2020 -0400
pdftoppm: Document that PDF-file can be - to read it from stdin
diff --git a/utils/pdftoppm.1 b/utils/pdftoppm.1
index 22f0bd29..08c3a284 100644
--- a/utils/pdftoppm.1
+++ b/utils/pdftoppm.1
@@ -20,7 +20,9 @@ and writes one PPM file for each page,
.IR PPM-root - number .ppm,
where
.I number
-is the page number.
+is the page number. If
+.I PDF-file
+is \'-', it reads the PDF file from stdin.
.SH OPTIONS
.TP
.BI \-f " number"
commit d40cb7cc2e448abb4e3a075df0f47cd8dc9cd93f
Author: Liam Morland <lkmorlan at uwaterloo.ca>
Date: Mon Aug 17 21:12:25 2020 -0400
pdftotext: Document that PDF-file can be - to read it from stdin
diff --git a/utils/pdftotext.1 b/utils/pdftotext.1
index dd114e2c..ea2874f7 100644
--- a/utils/pdftotext.1
+++ b/utils/pdftotext.1
@@ -24,7 +24,9 @@ to
.IR file.txt .
If
.I text-file
-is \'-', the text is sent to stdout.
+is \'-', the text is sent to stdout. If
+.I PDF-file
+is \'-', it reads the PDF file from stdin.
.SH OPTIONS
.TP
.BI \-f " number"
commit 9f30c65b788ba13ae57cffdae8d6c24aec0244bf
Author: Liam Morland <lkmorlan at uwaterloo.ca>
Date: Mon Aug 17 21:11:22 2020 -0400
pdfinfo: Document that PDF-file can be - to read it from stdin
diff --git a/utils/pdfinfo.1 b/utils/pdfinfo.1
index b699dff1..41190842 100644
--- a/utils/pdfinfo.1
+++ b/utils/pdfinfo.1
@@ -12,6 +12,10 @@ extractor (version 3.03)
prints the contents of the \'Info' dictionary (plus some other useful
information) from a Portable Document Format (PDF) file.
.PP
+If
+.I PDF-file
+is \'-', it reads the PDF file from stdin.
+.PP
The \'Info' dictionary contains the following values:
.PP
.RS
commit 4ea3c7159b13b81d5e423adee027e57e4737006f
Author: Liam Morland <lkmorlan at uwaterloo.ca>
Date: Mon Aug 17 21:10:12 2020 -0400
pdffonts: Document that PDF-file can be - to read it from stdin
diff --git a/utils/pdffonts.1 b/utils/pdffonts.1
index 45d1e972..1ec0db27 100644
--- a/utils/pdffonts.1
+++ b/utils/pdffonts.1
@@ -12,6 +12,10 @@ pdffonts \- Portable Document Format (PDF) font analyzer (version
lists the fonts used in a Portable Document Format (PDF) file along
with various information for each font.
.PP
+If
+.I PDF-file
+is \'-', it reads the PDF file from stdin.
+.PP
The following information is listed for each font:
.TP
.B name
commit 9c181392389367715dd047feaaaaca9fecac8ada
Author: Liam Morland <lkmorlan at uwaterloo.ca>
Date: Tue Aug 18 01:02:57 2020 +0000
pdfimages: Document that PDF-file can be '-' to read it from stdin
diff --git a/utils/pdfimages.1 b/utils/pdfimages.1
index ee270d38..8afa9b79 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
commit 42e7905de47c514cec0aba0f0e2ceb4b5fcf5372
Author: Liam Morland <lkmorlan at uwaterloo.ca>
Date: Tue Aug 18 00:59:28 2020 +0000
pdftohtml: Document that PDF-file can be '-' to read it from stdin
diff --git a/utils/pdftohtml.1 b/utils/pdftohtml.1
index e5b11f28..dc07ffa7 100644
--- a/utils/pdftohtml.1
+++ b/utils/pdftohtml.1
@@ -15,7 +15,9 @@ because the original program does not have a manual page.
.PP
.B pdftohtml
is a program that converts PDF documents into HTML. It generates its output in
-the current working directory.
+the current working directory. If
+.I PDF-file
+is \'-', it reads the PDF file from stdin.
.SH OPTIONS
A summary of options are included below.
.TP
More information about the poppler
mailing list