コード例 #1
0
ファイル: PdfDocument.php プロジェクト: b4upradeep/Pdf
 /**
  *
  * @return PdfDictionary
  */
 public function getDocumentCatalog()
 {
     return $this->resolveRef($this->trailer->get('/Root'));
 }