[poppler] utils/pdftohtml.1
Pino Toscano
pino at kemper.freedesktop.org
Sun Feb 27 12:56:05 PST 2011
utils/pdftohtml.1 | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
New commits:
commit 1f6573e949aaba0eb0a4c2f9cd73d7ad45ba67be
Author: Pino Toscano <pino at kde.org>
Date: Sun Feb 27 21:53:32 2011 +0100
small fixes to the pdftohtml manpage
- capitalize HTML, PDF, XML, PNG
- dont -> do not
- fix UTF-8 character
- fix hypens used as minus
diff --git a/utils/pdftohtml.1 b/utils/pdftohtml.1
index d94c68c..9d7e2ed 100644
--- a/utils/pdftohtml.1
+++ b/utils/pdftohtml.1
@@ -2,10 +2,10 @@
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
.\" other parms are allowed: see man(7), man(1)
.SH NAME
-pdftohtml \- program to convert pdf files into html, xml and png images
+pdftohtml \- program to convert PDF files into HTML, XML and PNG images
.SH SYNOPSIS
.B pdftohtml
-.I "[options] <PDF-file> [<html-file> <xml-file>]"
+.I "[options] <PDF-file> [<HTML-file> <XML-file>]"
.SH "DESCRIPTION"
This manual page documents briefly the
.BR pdftohtml
@@ -14,7 +14,7 @@ This manual page was written for the Debian GNU/Linux distribution
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
+is a program that converts PDF documents into HTML. It generates its output in
the current working directory.
.SH OPTIONS
A summary of options are included below.
@@ -29,7 +29,7 @@ first page to print
last page to print
.TP
.B \-q
-dont print any messages or errors
+do not print any messages or errors
.TP
.B \-v
print copyright and version info
@@ -41,7 +41,7 @@ exchange .pdf links with .html
generate complex output
.TP
.B \-s
-generate single html that includes all pages
+generate single HTML that includes all pages
.TP
.B \-i
ignore images
@@ -53,7 +53,7 @@ generate no frames. Not supported in complex output mode.
use standard output
.TP
.B \-zoom <fp>
-zoom the pdf document (default 1.5)
+zoom the PDF document (default 1.5)
.TP
.B \-xml
output for XML post-processing
@@ -76,8 +76,8 @@ Unless this option is specified, Splash will be used
.TP
.B \-fmt
image file format for Splash output (png or jpg).
-If complex is selected, but neither -fmt or -dev are specified,
--fmt png will be assumed
+If complex is selected, but neither \-fmt or \-dev are specified,
+\-fmt png will be assumed
.TP
.B \-nomerge
do not merge paragraphs
@@ -90,5 +90,5 @@ override document DRM settings
Pdftohtml was developed by Gueorgui Ovtcharov and Rainer Dorsch. It is
based and benefits a lot from Derek Noonburg's xpdf package.
-This manual page was written by Søren Boll Overgaard <boll at debian.org>,
+This manual page was written by Søren Boll Overgaard <boll at debian.org>,
for the Debian GNU/Linux system (but may be used by others).
More information about the poppler
mailing list