GroupDocs.Signature Cloud 23.12 Release Notes
This page contains release notes for GroupDocs.Signature Cloud 23.12
Major Features
- Increased performance by migrating to another cloud infrastructure
- Added support for signing VBA projects
Full List of Issues Covering all Changes in this Release
Key | Summary | Category |
---|---|---|
SIGNATURECLOUD-606 | How to add signature to a VBA project in XLSM file | Feature |
SIGNATURECLOUD-604 | createSingatures API adds Evaluation watermark | Bug |
SIGNATURECLOUD-605 | Fix issues found in Nuget packages | Bug |
SIGNATURECLOUD-607 | Migrate GroupDocs.Signature Cloud to hosting | Enhancement |
Public API and Backward Incompatible Changes
Added DigitalVBA class for signing VBA projects
"DigitalVBA": {
"Password": "string",
"CertificateFilePath": "string",
"SignOnlyVBAProject": "bool",
"Comments": "string"
}
SignDigitalOptions class has expanded with DigitalVBA field, which type is DigitalVBA class instance
"SignDigitalOptions": {
...
"DigitalVBA": {
"Password": "string",
"CertificateFilePath": "string",
"SignOnlyVBAProject": "bool",
"Comments": "string"
},
...
}