From 1f6b656c3255c1282db8e53d1034d48ed881b211 Mon Sep 17 00:00:00 2001 From: svenpype Date: Sat, 7 Apr 2012 18:43:05 +0300 Subject: [PATCH] Update README.txt --- README.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.txt b/README.txt index 06b9b3c..5b26e3f 100644 --- a/README.txt +++ b/README.txt @@ -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(); } \ No newline at end of file