Wanted to remove watermark from PDF file showing in viewer

Hi Team,

I wanted to remove watermark from PDF file showing in viewer. Could you please suggest the best way as soon as possible.

Warm Regards,
Kartik Shah

Hi there!

Are you talking about the PDF.js Express watermark, or an existing watermark in the document?

PDF.js Express Watermark

Hi,

To remove the watermark you must purchase a license and provide it to the WebViewer constructor.

import WebViewer from '@pdftron/pdfjs-express'

WebViewer({
   licenseKey: "YOUR_KEY_HERE",
   ...
})

Thanks!
Logan

Thank you Logan…