-
Notifications
You must be signed in to change notification settings - Fork 39
Home
Emmanuel ROUX edited this page Mar 15, 2015
·
19 revisions
License : Creative Commons by-nc-sa
- Digital sign documents with certificate
- Sign PDF documents
- Signed documents convert in PDF/A-1 format
- Sign all documents transformable in PDF (the plugin first converts document in PDF)
- Sign multiple documents in one action (action on selected doculents)
- Pre filled fields
- Contact
- Location
- Possibility to add signature
- All pages
- First page
- Last page
- Even pages
- Odd pages
- Possibility to place the signature
- At the middle of the page
- At the top right of the page
- At the top left of the page
- At the bottom right of the page
- At the bottom left of the page
- Custom position (enter X and Y positions)
- In a field (for PDF editable with named field) https://alfresco-plugins.googlecode.com/svn/images/pdfSigned.png
- Add the signature picture (or not) (for example the hand signature picture)
-
User dashboard dashlet to :
- View the signature information (with certificate status) https://alfresco-plugins.googlecode.com/svn/images/dashlet.png
- Create or modify the signature (certificate and picture): the key file is encrypted and protected with a random secret key https://alfresco-plugins.googlecode.com/svn/images/createModifySignature.png
- View all signed documents with filters on
- The person who has signed the document
- Current user
- All users
- All users without current user
- The signature date
- In the last 7 days
- In the last 14 days
- In the last 28 days https://alfresco-plugins.googlecode.com/svn/images/dashlet_list.png
- The person who has signed the document
- View the signature information (with certificate status) https://alfresco-plugins.googlecode.com/svn/images/dashlet.png
-
Digital sign via Share interface https://alfresco-plugins.googlecode.com/svn/images/signDocument.png https://alfresco-plugins.googlecode.com/svn/images/multipleSign.png
- "Popin" to enter all signing informations https://alfresco-plugins.googlecode.com/svn/images/signDocument2.png https://alfresco-plugins.googlecode.com/svn/images/signDocument3.png
- Digital sign via calling Web Script (URL : POST /api/digitalSigning/sign)*
- Use case example : called by a remote application
- Digital sign via !JavaScript API (API name : digitalSigning)*
- Use case example : sign a document during a workflow step
- Digital sign via !JavaScript action(Action name : !DigitalSigning)*
- Use case example : automatically sign a document when document are added in a folder (content rule)
- Use case example : called by a remote application
- Signing indicator https://alfresco-plugins.googlecode.com/svn/images/indicator.png
-
Email notification on signing key expiration
- Each user can choose the notification trigger
- one month before expiration
- tree months before expiration
- six months before expiration
- no expiration notification https://alfresco-plugins.googlecode.com/svn/images/chooseNotificationTrigger.png
- Email content lang adapted to user language https://alfresco-plugins.googlecode.com/svn/images/keyNotificationEmail.png
- Each user can choose the notification trigger
- English
- French
- Alfresco Community 4.0+
- Alfresco Enterprise 4.0+
Alfresco and Share AMPs.
- Get binaries
- Direct download
- Build from GitHub
- https://github.com/rouxemmanuel/DigitalSigning.git
- Create AMPs
- Alfresco AMP
- cd "DigitalSigningAlfresco"
- mvn install
- Share AMP
- cd "DigitalSigningShare"
- mvn install
- Alfresco AMP
- Apply AMP to Alfresco and Share
- Copy digitalSigningAlfresco.amp in Alfrescp "amps" folder
- Copy digitalSigningShare.amp in Alfrescp "amps_share" folder
- Execute "bin/apply_amps.sh" (or "bin/apply_amps.bat")
- Start Alfresco