Exemplo n.º 1
0
<?php

require 'invoicereportlib.php';
$pdf = new InvoiceReport('P', 'mm', 'A4', $_GET['id']);
$pdf->Output();