This example demonstrates how to load a password-protected document.
advanced_usage.loading_files.LoadPasswordProtectedDocument
// Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You May easily run the code above and see the feature in action in our GitHub examples:...resources GitHub examples You may easily run the code above and...
This article gives the knowledge about nesting search queries in object form....resources GitHub examples You may easily run the code from documentation...
Watermarking is a famous way of adding labels to the documents that May indicate the state of the document such as draft, confidential, etc. It can be used to add a company’s logo behind the text of the document to avoid the ownership dispute. In some cases, people add watermarks to the documents to protect the content. But, are you sure that the content is protected and no one can remove those watermarks?...labels to the documents that may indicate the state of the document...
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....resources GitHub examples You may easily run the code from documentation...
Apply annotations to your documents in the form of textual comments, explanations with highlighted notes, watermarks, polylines, text/resource redactions and much more.... Annotations may be comments, explanations with...
This article shows how to save a document to a specified location on a local disk using GroupDocs.Metadata for Python via .NET....resources GitHub examples You may easily run the code above and...