We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d28532 commit d76c63cCopy full SHA for d76c63c
src/Pdf/Engine/MpdfEngine.php
@@ -21,7 +21,7 @@ public function output(): string
21
22
$mpdf->WriteHTML($this->_Pdf->html());
23
24
- $mpdf->Output();
+ return $mpdf->Output('', Destination::STRING_RETURN);
25
}
26
27
/**
0 commit comments