diff --git a/src/NFe/Danfe.php b/src/NFe/Danfe.php index 77efa4d6..3fb53806 100644 --- a/src/NFe/Danfe.php +++ b/src/NFe/Danfe.php @@ -319,6 +319,13 @@ class Danfe extends DaCommon */ protected $obsshow = true; + protected $title = ''; + + public function setTitle($title) + { + $this->title = $title; + } + /** * __construct * @param string $xml Conteúdo XML da NF-e (com ou sem a tag nfeProc) @@ -491,6 +498,7 @@ protected function monta( $logo = '' ) { $this->pdf = ''; + $this->pdf->setTitle($this->title); $this->logomarca = $this->adjustImage($logo); //se a orientação estiver em branco utilizar o padrão estabelecido na NF if (empty($this->orientacao)) {