Home > Net >  PDF watermarking
PDF watermarking

Time:09-19

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.

CodePudding user response:

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

CodePudding user response:

Set Watermark using DomPDF-In the first step https://www.nicesnippets.com/blog/how-to-set-watermark-in-dompdf-laravel

  • Related