Italian Espanol Deutsch English Francais
For any questions, please use ONLY this forum.
I will only answer to your questions on it, so that everyone can enjoy the answers.
HTML2PDF is a HTML to PDF converter written in PHP.
It allows the conversion of valid HTML 4.01 in PDF format, and is distributed under LGPL.
This library has been designed to handle mainly TABLE intertwined to generate invoices delivery,
and other official documents. It does not yet have all the tags.
VERSION 3.31 / 4.01
2010-05-07
download
soutenir

Make a donation to help
develop the next release
donate

Examples


<?php
    $content 
"
<page>
    <h1>Exemple d'utilisation</h1>
    <br>
    Ceci est un <b>exemple d'utilisation</b>
    de <a href='http://html2pdf.fr/'>HTML2PDF</a>.<br>
</page>"
;

    require_once(
dirname(__FILE__).'/html2pdf/html2pdf.class.php');
    
$html2pdf = new HTML2PDF('P','A4','fr');
    
$html2pdf->WriteHTML($content);
    
$html2pdf->Output('exemple.pdf');
?>

Why donate to HTML2PDF?

This library is fully developed in my free time. By donating i can spend time on this project and not on others.

In addition, I offer to businesses a free solution to easily generate PDFs in Web applications, which saves them hundreds of dollars in development costs ...

Latest donations

  • 2010-07-09 - Convives.fr
  • 2010-07-08 - Florian N.
  • 2010-05-11 - Otherworld.de
  • 2010-04-07 - Merops
  • 2010-03-18 - Eric F.

Best donation

  • 125€ - Convives.fr

which user are you?

You use HTML2PDF with:
   PHP 4
   PHP 5

You use HTML2PDF for:
   personal use
   work

> results <