I want to watermark a pdf in a document management system using the device's details. When a particular user downloads a pdf document from a document management system, it comes with the user's details watermarked.
Asked
Active
Viewed 187 times
2 Answers
0
In laravel if you have used dompdf then you can achieve this via editing blade.php file that you wish to have watermark
Or else you can use this package to override your pdf

Niraj Gautam
- 168
- 7
-
Thank you very much for the info. Can I put device IP address, Username as a watermark instead of an image? – Kanchana M Sep 19 '22 at 03:37
-
@KanchanaM Yes you can – Haseeb Zulfiqar Sep 19 '22 at 06:45
-
yeah , you can easily add image , text , ip address – Niraj Gautam Sep 19 '22 at 14:21
0
Set Watermark using DomPDF-In the first step follow this url:

Md. Kamrul Hasan
- 1
- 3
-
Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Sep 23 '22 at 05:37