]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/htmlprn.tex
Apparent typo fix
[wxWidgets.git] / docs / latex / wx / htmlprn.tex
1 \membersection{HTML Printing}\label{printing}
2
3 The wxHTML library provides printing facilities with several levels of complexity.
4
5 The easiest way to print an HTML document is to use
6 \helpref{wxHtmlEasyPrinting class}{wxhtmleasyprinting}. It lets you print HTML documents with only one
7 command and you don't have to care about wxPrintouts etc. at all. It is only simple wrapper around
8 \helpref{wxHtmlPrintout}{wxhtmlprintout}, normal wxWindows printout class.
9
10
11 And finally there is low level class \helpref{wxHtmlDCRenderer}{wxhtmldcrenderer} which you can use to
12 render HTML into rectangular area on any DC. It supports rendering into multiple rectangles with same
13 width. (Most common use is placing one rectangle on each page or printing into two columns.)
14