This sections shows how to delete electronic signatures with GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition GroupDocs...
This section explains common signature processing features of GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI...
This section contains examples with advanced electronic signatures verification across the document and its pages with GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI...
This section contains examples with advanced document preview, pages generation with or without existing electronic signatures by GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI...
Quickly learn how to sign XLSX with image signature using Java. Moreover, a code example will be provided to create image signature in XLSX using Java....signature in XLSX enhances the security and authenticity of the documents...
This article explains how to load PDF, Word(.doc, .docx), Excel(.xls,.xlsx), PowerPoint(.ppt, .pptx) documents from stream when using GroupDocs.Merger for .NET....Us Contact Customers Legal Security Events Acquisition Ask AI...
The articles in this section describe advanced search index related topics.
You will find details about index management and advanced options:
More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples:
GroupDocs.Search for .NET examples
GroupDocs.Search for Java examples
Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....Us Contact Customers Legal Security Events Acquisition Ask AI...
Use GroupDocs.Signature libraries to e-Sign documents with different signature types, protect documents with digital certificates, generate QR Codes and barcodes using C# or Java languages....Us Contact Customers Legal Security Events Acquisition GroupDocs...
Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class:
LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Us Contact Customers Legal Security Events Acquisition Ask AI...