rouxemmanuel / DigitalSigning

Digital Signing Alfresco plugin
45 stars 39 forks source link

Support for multiple signatures #58

Closed billerby closed 6 years ago

billerby commented 6 years ago

Followed the recommendations in the e-book "Digital Signatures for PDF" to make it possible to add multiple approval signatures without invalidating the document.

rouxemmanuel commented 6 years ago

Hi,

Thanks for this pull request.

I'm OK for swedish translation support and intelliJ config files.

Concerning multiple signatures support, I prefer add a checkbox on the signing's modal dialog in order to indicate if we want (or ot) to enable multiple signatures on document(s) we are signing (by default activate). If multiple signatures is enable the CertificationLevel will be PdfSignatureAppearance.NOT_CERTIFIED otherwis it will be PdfSignatureAppearance.CERTIFIED_NO_CHANGES_ALLOWED.

I'll also add this parameter on the REST service and JavaScript API.

Let me make these modifications as soon as possible.

Regards, Emmanuel

billerby commented 6 years ago

Makes sense to me!

Thanks! /Erik