How to implement digital signature with my existing web project

后端 未结 3 1573
渐次进展
渐次进展 2020-12-03 13:11

I\'m working on the project where the user needs to do a digital signature on a document. I checked in the google and know about sinadura which is a desktop application but

3条回答
  •  一个人的身影
    2020-12-03 13:39

    There is some configuration in Alfresco to create a custom action.

    You can create a custom action in alfresco,

    And you can execute your java class code to create the digital signature on file.

    You can take the reference from this java class

提交回复
热议问题