Hi Gilbert Dimaano,
Thank you for your patience. At present, the PDF Viewer does not provide built-in support for customizing the default Stamp menu to remove specific items. However, this requirement can be achieved at the application level by applying custom CSS to hide the respective menu items using their aria-label attributes.
Please try the suggested approach and let us know if it meets your requirements. If you have any further questions or need assistance, feel free to reach out.
CSS:
[aria-label='Sign Here'] {
display: none !important;
}
Application level solution for hiding a menu from Stamp tool
Regards,
Venkada Subramanian D