Skip to content

Setasign/SetaPDF-Signer-Addon-CoSign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoSign signature module for the SetaPDF-Signer component

This package offers an individual module for the SetaPDF-Signer Component that allows you to integrate the CoSign Central solution from DocuSign by using the CoSign Signature SOAP API for the signature process of PDF documents. A big advantage of this module is, that it only transfers the hash, that should be signed, to the CoSign Central solution and not the complete PDF document. The returned signature will be placed in the PDF document by the SetaPDF-Signer Component.

Installation

Add following to your composer.json:

{
    "repositories": [
        {
            "type": "composer",
            "url": "http://www.setasign.com/downloads/"
        }
    ],
    "require": {
        "setasign/setapdf-signer-addon-cosign": "1.*"
    }
}

By default this packages depends on a licensed version of the SetaPDF-Signer component. If you want to use it with an evaluation version please use following in your composer.json:

{
    "repositories": [
        {
            "type": "composer",
            "url": "http://www.setasign.com/downloads/"
        }
    ],
    "require": {
        "setasign/setapdf-signer-addon-cosign": "dev-evaluation"
    }
}

About

A signature module for the SetaPDF-Signer component by wrapping the CoSign Signature SOAP API for the CoSign Central solution from DocuSign.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages