GroupDocs.Signature for Java 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 Java bevat handige functies zoals verificatie van Qrcode handtekeningen die bij Dotx documenten zijn geplaatst. Gebruik deze mogelijkheid zonder extra code te implementeren.
GroupDocs.Signature for Java 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 Dotx file
String filePath = "input.dotx";
// Instantiate Signature for input file
Signature signature = new Signature(filePath);
//Provide verification options
QrCodeVerifyOptions options = new QrCodeVerifyOptions();
// process only first page
options.setPagesSetup(new PagesSetup());
options.setPageNumber(1);
options.setAllPages(false);
// specify text match type
options.setMatchType(TextMatchType.StartsWith);
// specify text pattern to search
options.setText("QrCode text");
// Verify document signatures
VerificationResult result = signature.verify(options);
//process result
if (result.isValid())
{
//..
}
Voeg nu verschillende elektronische handtekeningen toe aan het Dotx-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 2007+ Template File)
(OpenDocument Text File Format)
(OpenDocument Standard Format)
(Rich Text Format)
(Microsoft Excel Spreadsheet (Legacy))
(Open XML Workbook)
(Macro-enabled Spreadsheet)
(Excel Binary Workbook)
(Comma Seperated Values)
(OpenDocument Spreadsheet)
(OpenDocument Spreadsheet Template)
(Excel Template)
(Excel Macro-Enabled Template)
(Microsoft PowerPoint 97-2003)
(Open XML presentation Format)
(PowerPoint Slide Show)
(PowerPoint Slide Show)
(OpenDocument Presentation Format)
(OpenDocument Standard Format)
(Microsoft PowerPoint Template Presentation)
(Microsoft PowerPoint Template File)
(Macro-enabled Presentation File)
(Macro-enabled Slide Show)
(Portable Network Graphic)
(Joint Photographic Expert Group Image)
(Bitmap Image File)
(Graphical Interchange Format)
(Tagged Image File Format)
(Scalar Vector Graphics)
(Raster Web Image Format)
(Windows Metafile)