From d9dfb042a1f0087623d63e003bf40c9178874a49 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Fri, 31 Aug 2012 18:31:43 +0800 Subject: [PATCH] add manpag --- pdf2htmlEX.1 | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 pdf2htmlEX.1 diff --git a/pdf2htmlEX.1 b/pdf2htmlEX.1 new file mode 100644 index 0000000..c5cd660 --- /dev/null +++ b/pdf2htmlEX.1 @@ -0,0 +1,62 @@ +.TH pdf2htmlEX 1 "Aug 31, 2012" "pdf2htmlEX 0.1" +.SH NAME +.PP +.nf + pdf2htmlEX \- Converts PDF to HTML without losing text and format. +.fi + +.SH USAGE +.PP +.nf + pdf2htmlEX [options] [] +.fi + +.SH DESCRIPTION +.PP +pdf2htmlEX is a utility that converts PDF files to HTML files. + +Unlike traditional PDF-to-HTML converters, pdf2htmlEX tries its best to render the PDF precisely, maintain proper styling, and retain text. Text in the converted HTML file is usually selectable and copyable. + +.SH OPTIONS +.TP +.B --help +show all options +.TP +.B -v, --version +show copyright and version +.TP +.B -o, --owner-password +specify owner password +.TP +.B -u, --user-password +specify user password +.TP +.B --dest-dir +specify destination folder + +Default value is "." +.TP +.B --tmp-dir +specify a folder for intermediate files + +Default value is "/tmp/pdf2htmlEX" +.TP +.B -f, --first-page +specify the first page to process + +Default value is 1 +.TP +.B -l, --last-page +specify the last page to process + +Default value is the last page. +.TP +.B --zoom +specify the zoom ratio of the HTML file + +Default value is 1.0 + +.TP +.B --hpdi +--vpdi +Test