Commit dbd13614 by Mohammad Izzat Johari

refactor

parent 0f477e77
......@@ -466,7 +466,7 @@ class Pkcs11Command
// 🔹 Draw watermark first (goes behind)
$fpdi->SetFont('Helvetica', '', 10);
$fpdi->SetTextColor(220, 220, 220); // very light gray
$fpdi->SetTextColor(200, 200, 200); // very light gray
$watermarkText = auth()->user()->name . " | " . date("d/m/y") . " | " . date("h:i:s A");
$angle = 45; // diagonal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment