GroupDocs.Signature for .NET API biedt een breed scala aan manieren om tal van documentformaten te verwerken met behulp van elektronische handtekeningen. Vele soorten digitale handtekeningen zoals teksten, afbeeldingen, digitale certificaten, barcodes, QR-codes, stempels of metadata worden ondersteund. Klanten kunnen digitale handtekeningen toevoegen, verwijderen, bewerken, valideren of zoeken in PDF’s, MS Word-documenten, MS Excel-werkmappen, MS PowerPoint-presentaties, Adobe Photoshop-bestanden en verschillende afbeeldingsformaten. Verbazingwekkend aantal extra functies en instellingen zijn beschikbaar.
GroupDocs.Signature for .NET bevat handige functies zoals verificatie van Digital handtekeningen die bij Xlsx documenten zijn geplaatst. Gebruik deze mogelijkheid zonder extra code te implementeren.
GroupDocs.Signature for .NET worden ondersteund op alle belangrijke platforms en besturingssystemen. Voordat u de onderstaande code uitvoert, moet u ervoor zorgen dat de volgende vereisten op uw systeem zijn geïnstalleerd.
// Set up input Xlsx file
string filePath = "input.xlsx";
// Instantiate Signature for input file
using (GroupDocs.Signature.Signature signature = new GroupDocs.Signature.Signature(filePath))
{
//Provide verification options
DigitalVerifyOptions options = new DigitalVerifyOptions()
{
// Digital signature comment
Comments = "Approved by co-owner",
// specify period of signatures
SignDateTimeFrom = new DateTime(year: 2021, month: 01, day: 01),
SignDateTimeTo = new DateTime(year: 2022, month: 12, day: 31)
};
// Verify document signatures
VerificationResult result = signature.Verify(options);
//process result
if (result.IsValid)
{
//..
}
}
Voeg nu verschillende elektronische handtekeningen toe aan het Xlsx-bestand door naar de website GroupDocs.Signature App te gaan.
Het is niet nodig om API te downloaden
U hoeft geen code te schrijven
Upload gewoon het bronbestand
Ontvang downloadlink om het bestand op te slaan
“Verificatie van elektronische handtekeningen in verschillende documenten. Controleer de kwaliteit van handtekeningen in de populaire bestandsindelingen, zoals hieronder wordt onthuld.”
(Portable Document Format)
(Microsoft Word Binary Format)
(Office 2007+ Word Document)
(Microsoft Word 2007 Marco File)
(Microsoft Word Template Files)
(Microsoft Word Template File )
(OpenDocument Text File Format)
(OpenDocument Standard Format)
(Microsoft Excel Spreadsheet (Legacy))
(Macro-enabled Spreadsheet)
(Excel Binary Workbook)
(OpenDocument Spreadsheet)
(OpenDocument Spreadsheet Template)
(Excel Template)
(Excel Macro-Enabled Template)
(Open XML presentation Format)
(Macro-enabled Presentation File)