Hi Shannara,
Thank you for contacting Syncfusion support.
We can hide the default stamps and shows only custom stamp using the
stampSettings API available
in Pdf viewer. Refer to the following code snippet.
Code snippet:
|
<ejs-pdfviewer ref="pdfViewer_instance" id="pdfviewer" :serviceUrl="serviceUrl" :documentPath="document" :stampSettings='stampSettings'></ejs-pdfviewer>
stampSettings : {
dynamicStamps: [] , signStamps: [] , standardBusinessStamps: []
} |
Please refer the following sample.
Please try it and revert us, if you want further details.
Regards,
Akshaya