Feasibility of Adding a New “My Stamps” Section under Stamps

WebViewer Version: “11.3.0”

Do you have an issue with a specific file(s)?
Can you reproduce using one of our samples or online demos?
Are you using the WebViewer server?

yes
Does the issue only happen on certain browsers?

no
Is your issue related to a front-end framework?

yes
Is your issue related to annotations?

yes

Please give a brief summary of your issue:
Under the Stamps dropdown, we currently have two sections: Standard and Custom.

I would like to create a new section under Stamps that displays stamps created by the logged-in user (for example, My Stamps).

This new section should behave similarly to the Standard section rather than Custom, as only Standard stamps support SVG-formatted stamps. SVG stamps can be configured using the setStandardStamps API.

Could you please let me know the feasibility of creating a new tab/section similar to the Standard tab to support this use case?

Also, Similar to the Stamps dropdown, is it possible to introduce another dropdown to load Symbols?

where symbols are in svg format.

Hi there,

Currently, creating a new “Standard-like” section for SVG stamps is not supported by WebViewer API.

Similarly, adding a new dropdown for SVG symbols is also not natively supported and would require UI customization and handling SVG insertion manually.

You can alternatively rewrite the standard stamps per user via the setStandardStamps API.

For extensive customization, please see our guide on creating a custom panel with modular UI:

Or our guide on forking and customizing the UI:

Best regards,
Kevin