Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xhtml2pdf(1) [debian man page]

XHTML2PDF(1)							   User Commands						      XHTML2PDF(1)

NAME
xhtml2pdf - PDF generator using HTML and CSS SYNOPSIS
xhtml2pdf [-b base path] [--base=base path] [-c CSS file] [--css=CSS file] [--css-dump] [-d] [--debug] [--encoding=character encoding] [-h] [--help] [-q] [--quiet] [--version] [-w] [--warn] [-x] [--xml] [--xhtml] [--html] [SRC] [DEST] DESCRIPTION
This manual page documents briefly the xhtml2pdf command. xhtml2pdf is an HTML-to-PDF converter using the ReportLab Toolkit, HTML5lib and pyPdf. It supports HTML 5 and CSS 2.1 (and some of CSS 3). It is completely written in pure Python so it is platform independent. The main benefit of this tool that a user with Web skills like HTML and CSS is able to generate PDF templates very quickly without learning new technologies. Easy integration into Python frameworks like CherryPy, KID Templating, TurboGears, Django, Zope, Plone, Google AppEngine (GAE) etc. OPTIONS
A summary of options is included below. SRC Name of a HTML file or a file pattern using * placeholder. If you want to read from stdin use - as file name. You may also load an URL over HTTP. Take care of putting the src in quotes if it contains characters like ?. DEST Name of the generated PDF file or - if you like to send the result to stdout. Take care that the destination file is not already opened by an other application like the Adobe Reader. If the destination is not writeable a similar name will be calculated automatically. -b, --base Specify a base path if input comes via STDIN. -c, --css Path to default CSS file --css-dump Dumps the default CSS definitions to STDOUT. -d, --debug Show debugging information. --encoding The character encoding of SRC. If left empty (default) this information will be extracted from the HTML header data. -h, --help Show the help text. -q, --quiet Show no messages. --version Show version information. -w, --warn Show warnings -x, --xml, --xhtml Force parsing in XML mode (automatically used if SRC ends with .xml). --html Force parsin in HTML mode (default). AUTHOR
xhtml2pdf was written by Dirk Holtwick <dirk.holtwick@gmail.com>. This manual page was written by Toby Smithe <tsmithe@ubuntu.com>, for the Debian project (but may be used by others). pisa 02/08/2010 XHTML2PDF(1)

Check Out this Related Man Page

CAML2HTML(1)						      General Commands Manual						      CAML2HTML(1)

NAME
caml2html - colorizes a set of OCaml source files. SYNOPSIS
caml2html [options] file* DESCRIPTION
Caml2html colorizes a set of OCaml source files (.ml, .mli, .mll, .mly, ...). Type annotations will be shown when the mouse pointer passes over an expression if the corresponding .annot file is available. To obtain a .annot file, compile your OCaml source files with ocamlc -dtypes or ocamlopt -dtypes. OPTIONS
-annotfilter {innermost|outermost} choose whether innermost or outermost type annotations should be used (default: innermost) -charset specify charset to use (default: iso-8859-1) -css use CSS named style.css for styling -cssurl use the given URL as CSS for styling -inhead use default styling and place it in the head section of the document (default when applicable) -inline use inline styling (HTML only, default fallback if -inhead is not applicable) -body output only document's body, for inclusion into an existing document (see also -make-css and -make-latex-defs) -ln add line number at the beginning of each line -hc comments are treated as raw HTML or LaTeX code (no newlines inside of tags) -t add a title to the HTML page -nf do not add footnotes to the HTML page -ie7 drop support for type annotations on Internet Explorer 6 and older -noannot do not insert type annotations as read from .annot files (HTML output only) -notab do not replace tabs by spaces -tab replace tab by n spaces (default = 8) -d generate files in directory dir, rather than in current directory -o output file -v print version number to stdout and exit -make-css create CSS file with default color definitions and exit -ext <NAME:CMD> use the given external command CMD to handle comments that start with (*NAME. NAME must be a lowercase identifier. -latex output LaTeX code instead of HTML. -make-latex-defs create a file containing the default LaTeX color definitions and matching highlighting commands, and exit. is not included. -help|--help Display this list of options AUTHORS
Sylvain Le Gall. Caml2html User Manual November 9, 2010 CAML2HTML(1)
Man Page