Skip to content

Commit

Permalink
[TASK] display watermark image if given
Browse files Browse the repository at this point in the history
  • Loading branch information
kaystrobach authored Aug 9, 2021
1 parent e652e49 commit b1c81b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/Renderer/MPdfRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ protected function convert($html = '')
$mpdf->showWatermarkText = true;
}

$mpdf->showWatermarkImage = true;

$mpdf->debug = $this->getOption('debug');
$mpdf->showImageErrors = true;

Expand Down

0 comments on commit b1c81b3

Please sign in to comment.