This article explains how to e-sign VBA macros in the excel document using .Net C# with GroupDocs.Signature API....NET library, we provide simple but powerful...
This article explains how to sign Spreadsheet document with XAdES Digital electronic signatures using advanced options with GroupDocs.Signature API....NET library, we provide simple but powerful...
This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....NET library we provide simple, but powerful...
Dear GroupDocs customers,
We are pleased to announce the release of GroupDocs.Comparison for .NET 26.5. This version brings a major update to how the Library is distributed on NuGet with full multi-framework support, al…...a major update to how the library is distributed on NuGet with...
This article explains how to provide advanced search for metadata electronic signatures with GroupDocs.Signature API....NET library we provide simple, but powerful...
GroupDocs.Parser provides the functionality to open the password-protected documents.
The following are the steps to work with password protected documents.
Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents.
try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...Along with full featured Java library we provide simple, but powerful...