Do you have an issue with a specific file(s)? No
Can you reproduce using one of our samples or online demos? No
Are you using the WebViewer server? No
Does the issue only happen on certain browsers? No
Is your issue related to a front-end framework? No
Is your issue related to annotations? No
Please give a brief summary of your issue:
Do we have any panel or button for watermark.
Please describe your issue and provide steps to reproduce it:
Do we have any panel or button for watermark same as we have for Stamp and Signature.
I want to implement the functionality for watermark, where user can add new watermark from the webviewer UI.
Please provide a link to a minimal sample where the issue is reproducible:
Hello, I’m AiRon, an automated tech support bot While you wait for one of our customer support representatives, I can help you with your question.
Apryse’s WebViewer doesn’t provide a pre-built panel or button specifically for adding watermarks like it does for Stamps and Signatures. However, you can implement this functionality by customizing the WebViewer UI and using the provided API to insert watermarks programmatically.
Some things you can try:
Create a custom button in the WebViewer’s UI to trigger the watermark functionality.
Use the PDFNet API to add a watermark to a PDF document. You can draw text or images on each page to serve as a watermark.
Customize the UI to allow users to specify watermark properties such as text, font size, transparency, and position.
Integrate this functionality into the WebViewer’s existing toolbar or side panel for a seamless user experience.