Exemplo n.º 1
0
 public function __construct(libPDFInterface $pdf)
 {
     parent::__construct($pdf);
     $this->SetAutoPageBreak(true, $this->bMargin + $this->FontSizePt);
     $this->SetTopMargin($this->tMargin + $this->FontSizePt);
 }
Exemplo n.º 2
0
 public function __construct($classname, $docclass)
 {
     parent::__construct($docclass);
     $this->setMessage("PDF class not defined");
 }