1

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.

Kanchana M
  • 11
  • 1

2 Answers2

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

Watermarker

Niraj Gautam
  • 168
  • 7
0

Set Watermark using DomPDF-In the first step follow this url:

  • 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