Please visit www.htmltopdf.org for more informations. The documentation is available as PDF or HTML.
For the moment you have to reload this page to create a second PDF (because of the Captcha).
<html> <head> <title>HTML to PDF conversion example</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style type="text/css"> td, th { padding: 0.5em; } </style> </head> <body> <p>Hello <strong style="color: #f00;">Wörld</strong> <hr> <table border="1" style="background: #eee;"> <tr> <td>Amount</td> <td>Description</td> <td>Total</td> </tr> <tr> <td>1</td> <td>Good weather</td> <td>0 EUR</td> </tr> <tr> <td>2</td> <td>More sub</td> <td>0 EUR</td> </tr> <tr style="font-weight: bold; background: green; color: white;"> <td colspan="2" align="right">Sum</td> <td>0 EUR</td> </tr> </table> </body></html>
[uses pisa-3.0.22]
Privacy Policy