Pasang Iklan

Whatsapp : 0822 5516 1055

Total Pengunjung

Sunday 29 March 2015

1 cara mudah php ke pdf menggunakan html2pdf

contohnya

donwload html2pdf

==========================================

<?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');?>
=======================================================

0 komentar:

Popular Posts

@jablayInside. Powered by Blogger.
Scroll To Top