Revision [824]

Last edited on 2009-05-21 10:49:56 by FsseInfo
Additions:
== howto use zend php pdf library to write a pdf (using a 'standard' pdf font)==
$pdf->save('pdf.pdf');
== howto use zend php pdf library to embed a font into a pdf==
You need to get and download a free libre open source font sucha as 'Liberation' first
set_include_path('library' . PATH_SEPARATOR . get_include_path());
$font = Zend_Pdf_Font::fontWithPath('ttf/LiberationSans-Regular.ttf');
$pdf->save("pdf.pdf");
Deletions:
$pdf->save('test.pdf');


Revision [811]

Edited on 2009-05-20 09:04:42 by FsseInfo
Additions:
// ++ setup and configure Zend 1.8 & 2.0
// -- setup and configure Zend 1.8 & 2.0
Deletions:
// Zend 1.8 & 2.0


Revision [793]

The oldest known version of this page was created on 2009-05-08 04:52:45 by FsseInfo
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki