|
Posted by Sonnich on 06/13/06 18:04
hi all!
I am using azpdf as follows and I'd like to have a header on each page,
as below. The page number is there, but how do I get the logo there
every time?
BR
Sonnich
include 'class.ezpdf.php';
....
$pdf = new Cezpdf('a4','landscape');
$pdf -> ezSetMargins(140,70,50,50);
....
if (file_exists('logo2.jpg'))
$pdf->addJpegFromFile('logo2.jpg',50,505,95,43);
$pdf->ezStartPageNumbers(806,$topff-20,10,'left','Page:
{PAGENUM}/{TOTALPAGENUM}',1);
Navigation:
[Reply to this message]
|