This gist shows how to add a digital signature to OpenDocument Text (ODT) and OpenDocument Template (OTT) files while keeping their internal structure intact using the GroupDocs.Signature .NET library.
- .NET environment (e.g., .NET 6.0 or later)
- GroupDocs.Signature for .NET package – install via NuGet (
Install-Package GroupDocs.Signature) - A digital certificate file (
.pfx) and optional image for visual representation - Temporary license key (obtain from GroupDocs temporary license)