コード例 #1
0
ファイル: index.pdf.php プロジェクト: thomasage/asso
 public function __construct()
 {
     parent::__construct(15, 'L', 'mm', 'A4');
     $this->AliasNbPages();
     $this->SetAutoPageBreak(true, 20);
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct(15, 'P', 'mm', 'A4');
     $this->AliasNbPages();
 }