helper reportar.php
Código PHP:
<?php
App::import('Vendor', 'ClassEzpdf', array('file' => 'class.ezpdf.php'));
class ReportarHelper extends Helper
{
function crearReporte()
{
$pdf =& new Cezpdf('a4');
$pdf->selectFont('fonts/Helvetica.afm');
$pdf->ezSetCmMargins(1,1,1.5,1.5);
$pdf->ezText('Hola');
$pdf->ezStream();
}
}
?>
%PDF-1.3 %âãÏÓ 1 0 obj << /Type /Catalog /Outlines 2 0 R /Pages 3 0 R >> endobj 2 0 obj << /Type /Outlines /Count 0 >> endobj 3 0 obj << /Type /Pages /Kids [6 0 R ] /Count 1 /Resources << /ProcSet 4 0 R /Font << /F1 8 0 R >> >> /MediaBox [0.000 0.000 595.280 841.890] >> endobj 4 0 obj [/PDF /Text ] endobj 5 0 obj << /Creator (R and OS php pdf writer, http://www.ros.co.nz) /CreationDate (D:20100215) >> endobj 6 0 obj << /Type /Page /Parent 3 0 R /Contents 7 0 R >> endobj 7 0 obj << /Filter /FlateDecode /Length 53 >> stream xœãr Q01Ò352P°00Ð366PIQÐw3T04вÓ4<òs5B²\C�å k endstream endobj 8 0 obj << /Type /Font /Subtype /Type1 /Name /F1 /BaseFont /Helvetica /Encoding /WinAnsiEncoding >> endobj xref 0 9 0000000000 65535 f 0000000015 00000 n 0000000080 00000 n 0000000126 00000 n 0000000280 00000 n 0000000309 00000 n 0000000414 00000 n 0000000477 00000 n 0000000602 00000 n trailer << /Size 9 /Root 1 0 R /Info 5 0 R >> startxref 709 %%EOF
ya intente de todo y no me sirve.