Skip to content

Instantly share code, notes, and snippets.

<?php
class PDF extends Pdftc {
//Page header
public function Header() {
if ($this->page == 1)
{
$this->SetFont('times', '', 10);
$this->SetXY(110,8);
$this->hal='{nb}';
$this->SetX(10);