GroupDocs.Signature Cloud 23.12 Release Notes

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

KeySummaryCategory
SIGNATURECLOUD-606How to add signature to a VBA project in XLSM fileFeature
SIGNATURECLOUD-604createSingatures API adds Evaluation watermarkBug
SIGNATURECLOUD-605Fix issues found in Nuget packagesBug
SIGNATURECLOUD-607Migrate GroupDocs.Signature Cloud to hostingEnhancement

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"
    },
    ...
}