Digital Signature is an add-on for Alfred Desktop that enables you to digitally sign PDF documents. This feature has a backend component in the form of a Servlet .war, that runs in Tomcat, just like Alfresco. This does not come bundled with the Alfred Desktop backend, but has to be separately installed – and can be installed on a different Tomcat server. To enable the digital signature add-on in Alfred Desktop, you have to configure the URL where the Digital Signature application can be found, in the config.js configuration file under the extended-object.
| Paramter Name | Type | Description | 
|---|---|---|
| digitalSignature | String | The URLwhere the digital-signature application can be accessed. | 
Contact fred@xenit.eu for more information.
In config.js, add “digitalSignature” :”<yoururl>” to the extended property (example below).
path:
$tomcat/shared/classes/alfresco/extension/templates/webscripts/
eu/xenit/config/config.js
    var configByGroup = {
        "default": {
            "namespace"     : "",
            "rootdoctype"   : "{http://www.alfresco.org/model/content/1.0}content",
            "rootnoderef"   : (this.companyhome != null)?companyhome.nodeRef.toString():"",
            "extended"      : {
                "digitalSignature" : "http://localhost:8080/ops-xenit"
            }
        },
    };
Alfred Desktop has integration support for DaejaViewONE, a web-based viewer/annotation tool. Contact fred@xenit.eu for more information.