Add watermark in react

Hi I have a React Web App and I need a PDF viewer with the possibility of hiding the download and print buttons and above all the possibility of programmatically creating watermarks.

What should I use to do that?

Thanks

When you say a PDF viewer, do you mean some control or plugin that can show the PDF in browser and let you edit it as per your desire e.g. adding watermark and editing content?

Hi, I load a pdf from the server…in react I want only to show it with some plugin (hidding print and download buttons)…but before, I want to add a watermark to the pdf to show based on some parameters (client side)

thanks

@mfiorentino

Aspose.PDF does not offer any viewer or control to integrate in your application to show the PDF to the audience. However, in the backend, you can use it for manipulating the PDF. For example, you can add watermark to PDF in the backend, convert the PDF into images afterwards and then show the image in the browser. Please check below helpful links: