Quick Start section about main features of GroupDocs.Signature API, describes how to sign documents with just couple lines of code....Assembly Product Solution GroupDocs...
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 (!...Assembly Product Solution GroupDocs...
Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image....Assembly Product Solution GroupDocs...
Learn this article and check how to improve conversion speed and performance when convert document with GroupDocs.Conversion for .NET API....Assembly Product Solution GroupDocs...
Learn how to extract text from PDF, Word, Excel, PowerPoint, and 50+ document formats using GroupDocs.Parser for .NET. Simple C# code examples for extract text from PDF C# scenarios....Assembly Product Solution GroupDocs...