Cell Phone Usage Report - HTML to PDF Example
This example shows how an HTML version of a fictitious Cell phone usage report can be converted to PDF in real-time using Highwire. The document contains an HTML based report that is formatted using tables and cascading style sheets, and includes an image. It also controls the page margins and includes headers and footers with two header and one footer definitions.
It also shows how table header rows will be replicated at the top of the new page when the table spans page breaks in the generated PDF version. Header rows contents are identified by the use of <th> tags in the HTML table instead of <td> tags. All rows at the beginning of a table as header rows will be replicated at the top of each new page that is generated in PDF from the HTML source. In this example there are two rows that are header rows.
To generate the PDF, go back to the html version of the Cell phone usage report and click on either the Generate PDF version link or the Highwire button.
<< BackNote: The PDF will be generated in real time when you click the link or button. It is not a static cached version.
CORDA