1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602
|
.\"
.\" "$Id: htmldoc.man 1461 2005-11-03 21:11:16Z mike $"
.\"
.\" Manual page for HTMLDOC, a HTML document processing program.
.\"
.\" Copyright 1997-2005 by Easy Software Products.
.\"
.\" HTMLDOC is distributed under the terms of the GNU General Public License
.\" which is described in the file "COPYING.txt".
.\"
.TH htmldoc 1 "HTMLDOC 1.8.25" "3 November 2005" "Easy Software Products"
.SH NAME
htmldoc \- convert html source files into html, postscript, or pdf.
.sp
.SH SYNOPSIS
htmldoc [options] filename1.html [ ... filenameN.html ]
.LP
htmldoc [options] -
.LP
htmldoc [filename.book]
.sp
.SH DESCRIPTION
\fIHTMLDOC\fR converts HTML source files into indexed HTML, PostScript, or
Portable Document Format (PDF) files that can be viewed online or printed.
With no options a HTML document is produced on stdout.
.LP
The second form of \fIHTMLDOC\fR reads HTML source from stdin, which allows
you to use \fIHTMLDOC\fR as a filter.
.LP
The third form of \fIHTMLDOC\fR launches a graphical interface that allows you
to change options and generate documents interactively.
.SH COMMON MISTAKES
There are two types of HTML files - structured documents using
headings (H1, H2, etc.) which \fIHTMLDOC\fR calls "books", and
unstructured documents that do not use headings which \fIHTMLDOC\fR
calls "web pages".
.LP
A very common mistake is to try converting a web page using:
.TP 5
htmldoc -f filename.pdf filename.html
.LP
which will likely produce a PDF file with no pages. To convert web
page files you \fBmust\fR use the \fI--webpage\fR or \fI--continuous\fR
options at the command-line or choose \fIWeb Page\fR or \fIContinuous\fR
in the input tab of the GUI.
.SH OPTIONS
The following command-line options are supported by \fIHTMLDOC\fR:
.TP 5
--batch \fIfilename.book\fR
.br
Generates the specified book file without opening the GUI.
.TP 5
--bodycolor \fIcolor\fR
.br
Specifies the background color for all pages.
.TP 5
--bodyfont \fI{courier,helvetica,monospace,sans,serif,times}\fR
.TP 5
--textfont \fI{courier,helvetica,monospace,sans,serif,times}\fR
.br
Specifies the default typeface for all normal text.
.TP 5
--bodyimage \fIfilename\fR
.br
Specifies the background image that is tiled on all pages.
.TP 5
--book
.br
Specifies that the HTML sources are structured (headings, chapters, etc.)
.TP 5
--bottom \fImargin\fR
.br
Specifies the bottom margin in points (no suffix or ##pt), inches
(##in), centimeters (##cm), or millimeters (##mm).
.TP 5
--charset \fI{8859-1...8859-15}\fR
.br
Specifies the ISO character set to use for the output.
.TP 5
--color
.br
Specifies that PostScript or PDF output should be in color.
.TP 5
--continuous
.br
Specifies that the HTML sources are unstructured (plain web pages.)
No page breaks are inserted between each file or URL in the output.
.TP 5
--datadir \fIdirectory\fR
.br
Specifies the location of the \fIHTMLDOC\fR data files, usually
\fI/usr/share/htmldoc\fR or \fIC:\\Program Files\\HTMLDOC\fR.
.TP 5
--duplex
.br
Specifies that the output should be formatted for double-sided printing.
.TP 5
--effectduration \fI{ 0.1..10.0 }\fR
.br
Specifies the duration in seconds of PDF page transition effects.
.TP 5
--embedfonts
.br
Specifies that fonts should be embedded in PDF and PostScript output.
.TP 5
--encryption
.br
Enables encryption of PDF files.
.TP 5
--fontsize \fIsize\fR
.br
Specifies the default font size for body text.
.TP 5
--fontspacing \fIspacing\fR
.br
Specifies the default line spacing for body text. The line spacing is
a multiplier for the font size, so a value of 1.2 will provide an
additional 20% of space between the lines.
.TP 5
--footer \fIfff\fR
.br
Sets the page footer to use on body pages. See the \fIHEADERS/FOOTERS FORMATS\fR
section below.
.TP 5
--format \fIformat\fR
.TP 5
-t \fIformat\fR
.br
Specifies the output format: html, htmlsep (separate HTML files for each
heading in the table-of-contents), ps or ps2 (PostScript Level
2), ps1 (PostScript Level 1), ps3 (PostScript Level 3), pdf11
(PDF 1.1/Acrobat 2.0), pdf12 (PDF 1.2/Acrobat 3.0), pdf or pdf13
(PDF 1.3/Acrobat 4.0), or pdf14 (PDF 1.4/Acrobat 5.0).
.TP 5
--gray
.br
Specifies that PostScript or PDF output should be grayscale.
.TP 5
--header \fIfff\fR
.br
Sets the page header to use on body pages. See the \fIHEADERS/FOOTERS FORMATS\fR
section below.
.TP 5
--headfootfont \fIfont\fR
.br
Sets the font to use on headers and footers.
.TP 5
--headfootsize \fIsize\fR
.br
Sets the size of the font to use on headers and footers.
.TP 5
--headingfont \fItypeface\fR
.br
Sets the typeface to use for headings.
.TP 5
--help
.br
Displays a summary of command-line options.
.TP 5
--helpdir \fIdirectory\fR
.br
Specifies the location of the \fIHTMLDOC\fR on-line help files, usually
\fI/usr/share/doc/htmldoc\fR or \fIC:\\Program Files\\HTMLDOC\\DOC\fR.
.TP 5
--jpeg\fI[=quality]\fR
.br
Sets the JPEG compression level to use for large images. A value of 0
disables JPEG compression.
.TP 5
--left \fImargin\fR
.br
Specifies the left margin in points (no suffix or ##pt), inches
(##in), centimeters (##cm), or millimeters (##mm).
.TP 5
--linkcolor \fIcolor\fR
.br
Sets the color of links.
.TP 5
--links
.br
Enables generation of links in PDF files (default).
.TP 5
--linkstyle \fI{plain,underline}\fR
.br
Sets the style of links.
.TP 5
--logoimage \fIfilename\fR
.br
Specifies an image to be used as a logo in the header or footer in a
PostScript or PDF document, and in the navigation bar of a HTML document.
Note that you need to use the \fI--header\fR and/or
\fI--footer\fR options with the \fIl\fR parameter or use the
corresponding HTML page comments to display the logo image in
the header or footer.
.TP 5
--no-compression
.br
Disables compression of PostScript or PDF files.
.TP 5
--no-duplex
.br
Disables double-sided printing.
.TP 5
--no-embedfonts
.br
Specifies that fonts should not be embedded in PDF and PostScript output.
.TP 5
--no-encryption
.br
Disables document encryption.
.TP 5
--no-jpeg
.br
Disables JPEG compression of large images.
.TP 5
--no-links
.br
Disables generation of links in a PDF document.
.TP 5
--no-numbered
.br
Disables automatic heading numbering.
.TP 5
--no-pscommands
.br
Disables generation of PostScript setpagedevice commands.
.TP 5
--no-strict
.br
Disables strict HTML input checking.
.TP 5
--no-title
.br
Disables generation of a title page.
.TP 5
--no-toc
.br
Disables generation of a table of contents.
.TP 5
--numbered
.br
Numbers all headings in a document.
.TP 5
--nup \fIpages\fR
.br
Sets the number of pages that are placed on each output page.
Valid values are 1, 2, 4, 6, 9, and 16.
.TP 5
--outdir \fIdirectory\fR
.TP 5
-d \fIdirectory\fR
.br
Specifies that output should be sent to a directory in multiple files.
(Not compatible with PDF output)
.TP 5
--outfile \fIfilename\fR
.TP 5
-f \fIfilename\fR
.br
Specifies that output should be sent to a single file.
.TP 5
--owner-password \fIpassword\fR
.br
Sets the owner password for encrypted PDF files.
.TP 5
--pageduration \fI{1.0..60.0}\fR
.br
Sets the view duration of a page in a PDF document.
.TP 5
--pageeffect \fIeffect\fR
.br
Specifies the page transition effect for all pages; this attribute
is ignored by all Adobe PDF viewers...
.TP 5
--pagelayout \fI{single,one,twoleft,tworight}\fR
.br
Specifies the initial layout of pages for a PDF file.
.TP 5
--pagemode \fI{document,outlines,fullscreen}\fR
.br
Specifies the initial viewing mode for a PDF file.
.TP 5
--path \fI\"dir1;dir2;dir3;...;dirN\"\fR
.br
Specifies a search path for files in a document.
.TP 5
--permissions \fIpermission[,permission,...]\fR
.br
Specifies document permissions for encrypted PDF files. The
following permissions are understood: all, none, annotate,
no-annotate, copy, no-copy, modify, no-modify, print, and
no-print. Separate multiple permissions with commas.
.TP 5
--pscommands
.br
Specifies that PostScript setpagedevice commands should be included
in the output.
.TP 5
--quiet
.br
Suppresses all messages, even error messages.
.TP 5
--referer \fIurl\fR
.br
Specifies the URL that is passed in the Referer: field of HTTP
requests.
.TP 5
--right \fImargin\fR
.br
Specifies the right margin in points (no suffix or ##pt), inches
(##in), centimeters (##cm), or millimeters (##mm).
.TP 5
--size \fIpagesize\fR
.br
Specifies the page size using a standard name or in points (no
suffix or ##x##pt), inches (##x##in), centimeters (##x##cm), or
millimeters (##x##mm). The standard sizes that are currently
recognized are "letter" (8.5x11in), "legal" (8.5x14in), "a4"
(210x297mm), and "universal" (8.27x11in).
.TP 5
--strict
.br
Enables strict HTML input checking.
.TP 5
--textcolor \fIcolor\fR
.br
Specifies the default color of all text.
.TP 5
--title
.br
Enables the generation of a title page.
.TP 5
--titlefile \fIfilename\fR
.TP 5
--titleimage \fIfilename\fR
.br
Specifies the file to use for the title page. If the file is an image then
the title page is automatically generated using the document meta data and
title image.
.TP 5
--tocfooter \fIfff\fR
.br
Sets the page footer to use on table-of-contents pages. See the
\fIHEADERS/FOOTERS FORMATS\fR section below.
.TP 5
--tocheader \fIfff\fR
.br
Sets the page header to use on table-of-contents pages. See the
\fIHEADERS/FOOTERS FORMATS\fR section below.
.TP 5
--toclevels \fIlevels\fR
.br
Sets the number of levels in the table-of-contents.
.TP 5
--toctitle \fIstring\fR
.br
Sets the title for the table-of-contents.
.TP 5
--top \fImargin\fR
.br
Specifies the top margin in points (no suffix or ##pt), inches
(##in), centimeters (##cm), or millimeters (##mm).
.TP 5
--user-password \fIpassword\fR
.br
Specifies the user password for encryption of PDF files.
.TP 5
--verbose
.TP 5
-v
.br
Provides verbose messages.
.TP 5
--version
.br
Displays the current version number.
.TP 5
--webpage
.br
Specifies that the HTML sources are unstructured (plain web pages.)
A page break is inserted between each file or URL in the output.
.SH HEADER/FOOTER FORMATS
The header and footer of each page can contain up to three preformatted
values. These values are specified using a single character for the
left, middle, and right of the page, resulting in the \fIfff\fR notation
shown previously.
.LP
Each character can be one of the following:
.TP 5
\.
.br
blank
.TP 5
/
.br
n/N arabic page numbers (1/3, 2/3, 3/3)
.TP 5
:
.br
c/C arabic chapter page numbers (1/2, 2/2, 1/4, 2/4, ...)
.TP 5
1
.br
arabic numbers (1, 2, 3, ...)
.TP 5
a
.br
lowercase letters
.TP 5
A
.br
uppercase letters
.TP 5
c
.br
current chapter heading
.TP 5
C
.br
current chapter page number (arabic)
.TP 5
d
.br
current date
.TP 5
D
.br
current date and time
.TP 5
h
.br
current heading
.TP 5
i
.br
lowercase roman numerals
.TP 5
I
.br
uppercase roman numerals
.TP 5
l
.br
logo image
.TP 5
t
.br
title text
.TP 5
T
.br
current time
.SH ENVIRONMENT VARIABLES
HTMLDOC looks for several environment variables which can override
the default directories, display additional debugging information, and
disable CGI mode:
.TP 5
HTMLDOC_DATA
.br
This environment variable specifies the location of HTMLDOC's data
and fonts directories, normally /usr/share/htmldoc or
C:\\Program Files\\Easy Software Products\\HTMLDOC.
.TP 5
HTMLDOC_DEBUG
.br
This environment variable enables debugging information that is
sent to stderr. The value is a list of any of the following
keywords separated by spaces: "all", "links", "memory",
"remotebytes", "table", "tempfiles", and/or "timing".
.TP 5
HTMLDOC_HELP
.br
This environment variable specifies the location of HTMLDOC's
documentation directory, normally
/usr/share/doc/htmldoc or C:\\Program Files\\Easy
Software Products\\HTMLDOC\\doc.
.TP 5
HTMLDOC_NOCGI
.br
This environment variable, when set (the value doesn't
matter), disables CGI mode. It is most useful for using HTMLDOC
on a web server from a scripting language or invocation from a
program.
.SH SEE ALSO
HTMLDOC Software Users Manual
.LP
http://www.easysw.com/htmldoc/
.SH AUTHOR
Michael Sweet, Easy Software Products
.SH TRADEMARKS
PostScript is a trademark that may be registered in some countries and Adobe is
a registered trademark of Adobe Systems Incorporated.
.SH COPYRIGHTS
Portable Document Format Copyright 1993-1999 by Adobe Systems Incorporated.
.LP
HTMLDOC and <HTML>DOC are the trademark property of Easy Software
Products. HTMLDOC is copyright 1997-2005 by Easy Software
Products.
.LP
This program is based in part on the work of the Independent JPEG Group.
.SH NO WARRANTY
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.
.\"
.\" End of "$Id: htmldoc.man 1461 2005-11-03 21:11:16Z mike $".
.\"
|