Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ public function testpdf() {

// you can call any mPDF method via component, for example:
$this->Mpdf->SetWatermarkText("Draft");

// Set the showWatermarkText variable to true to get the watermark text.
$this->Mpdf->showWatermarkText = true;

// you need to call the output method.
$this->Mpdf->Output();
}