~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to tests/poppler/utils/pdftohtml.1

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
Import upstream version 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH PDFTOHTML 1
 
2
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
 
3
.\" other parms are allowed: see man(7), man(1)
 
4
.SH NAME
 
5
pdftohtml \- program to convert pdf files into html, xml and png images
 
6
.SH SYNOPSIS
 
7
.B pdftohtml
 
8
.I "[options] <PDF-file> [<html-file> <xml-file>]"
 
9
.SH "DESCRIPTION"
 
10
This manual page documents briefly the
 
11
.BR pdftohtml 
 
12
command.
 
13
This manual page was written for the Debian GNU/Linux distribution
 
14
because the original program does not have a manual page.
 
15
.PP
 
16
.B pdftohtml
 
17
is a program that converts pdf documents into html. It generates its output in 
 
18
the current working directory.
 
19
.SH OPTIONS
 
20
A summary of options are included below.
 
21
.TP
 
22
.B \-h, \-help
 
23
Show summary of options.
 
24
.TP
 
25
.B \-f <int>
 
26
first page to print
 
27
.TP
 
28
.B \-l <int>
 
29
last page to print
 
30
.TP
 
31
.B \-q
 
32
dont print any messages or errors
 
33
.TP
 
34
.B \-v
 
35
print copyright and version info
 
36
.TP
 
37
.B \-p
 
38
exchange .pdf links with .html
 
39
.TP
 
40
.B \-c
 
41
generate complex output
 
42
.TP
 
43
.B \-s
 
44
generate single html that includes all pages
 
45
.TP
 
46
.B \-i
 
47
ignore images
 
48
.TP
 
49
.B \-noframes
 
50
generate no frames. Not supported in complex output mode.
 
51
.TP
 
52
.B \-stdout
 
53
use standard output
 
54
.TP 
 
55
.B \-zoom <fp>
 
56
zoom the pdf document (default 1.5)
 
57
.TP
 
58
.B \-xml
 
59
output for XML post-processing
 
60
.TP
 
61
.B \-enc <string>
 
62
output text encoding name
 
63
.TP
 
64
.B \-opw <string>
 
65
owner password (for encrypted files)
 
66
.TP
 
67
.B \-upw <string>
 
68
user password (for encrypted files)
 
69
.TP
 
70
.B \-hidden
 
71
force hidden text extraction
 
72
.TP
 
73
.B \-dev 
 
74
output device name for Ghostscript (png16m, jpeg etc).
 
75
Unless this option is specified, Splash will be used
 
76
.TP
 
77
.B \-fmt
 
78
image file format for Splash output (png or jpg).
 
79
If complex is selected, but neither -fmt or -dev are specified,
 
80
-fmt png will be assumed
 
81
.TP
 
82
.B \-nomerge
 
83
do not merge paragraphs
 
84
.TP
 
85
.B \-nodrm
 
86
override document DRM settings
 
87
 
 
88
.SH AUTHOR
 
89
 
 
90
Pdftohtml was developed by Gueorgui Ovtcharov and Rainer Dorsch. It is
 
91
based and benefits a lot from Derek Noonburg's xpdf package.
 
92
 
 
93
This manual page was written by S�ren Boll Overgaard <boll@debian.org>,
 
94
for the Debian GNU/Linux system (but may be used by others).