SmartPDF - lightweight pdf viewer app for rosapps
[reactos.git] / rosapps / smartpdf / poppler / utils / pdftohtml.1
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 \-i
44 ignore images
45 .TP
46 .B \-noframes
47 generate no frames. Not supported in complex output mode.
48 .TP
49 .B \-stdout
50 use standard output
51 .TP
52 .B \-zoom <fp>
53 zoom the pdf document (default 1.5)
54 .TP
55 .B \-xml
56 output for XML post-processing
57 .TP
58 .B \-enc <string>
59 output text encoding name
60 .TP
61 .B \-opw <string>
62 owner password (for encrypted files)
63 .TP
64 .B \-upw <string>
65 user password (for encrypted files)
66 .TP
67 .B \-hidden
68 force hidden text extraction
69 .TP
70 .B \-dev
71 output device name for Ghostscript (png16m, jpeg etc)
72 .TP
73 .B \-nomerge
74 do not merge paragraphs
75 .TP
76 .B \-nodrm
77 override document DRM settings
78
79 .SH AUTHOR
80
81 Pdftohtml was developed by Gueorgui Ovtcharov and Rainer Dorsch. It is
82 based and benefits a lot from Derek Noonburg's xpdf package.
83
84 This manual page was written by Søren Boll Overgaard <boll@debian.org>,
85 for the Debian GNU/Linux system (but may be used by others).