Skip to content

Commit

Permalink
fix for #583 (#584)
Browse files Browse the repository at this point in the history
* fix for #583

* fix fix

---------

Co-authored-by: Nicola Asuni <[email protected]>
  • Loading branch information
simonbuehler and nicolaasuni authored Sep 6, 2023
1 parent 7e3fb6f commit 9c7982d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcpdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9927,7 +9927,7 @@ protected function _putcatalog() {
}
$out .= ' >> >>';
}
$font = $this->getFontBuffer('helvetica');
$font = $this->getFontBuffer((($this->pdfa_mode) ? 'pdfa' : '') .'helvetica');
$out .= ' /DA (/F'.$font['i'].' 0 Tf 0 g)';
$out .= ' /Q '.(($this->rtl)?'2':'0');
//$out .= ' /XFA ';
Expand Down

0 comments on commit 9c7982d

Please sign in to comment.