Sort Score
Result 10 results
Languages All
Labels All
Results 8,011 - 8,020 of 17,074 for

document annotation

(0.06 sec)
  1. Removing metadata | Documentation

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/nodejs-java/removin...
  2. Redact Text in XLSX using Java

    In this tutorial, you will learn how to redact text in XLSX using Java. Additionally, you will get a simple code example to replace text in XLSX using Java....Annotation Product Family GroupDocs...sensitive information from documents to stop unauthorized access...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  3. Index lifecycle | Documentation

    This page explains the life cycle of an index which begins at the moment of creating an instance of the Index class and first saving the index files to disk...Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/index-lifecycle/
  4. Index lifecycle | Documentation

    The life cycle of an index begins at the moment of creating an instance of the Index class and first saving the index files to disk. The index life cycle ends when a folder containing index files is deleted. Below is a diagram of the recommended sequence of index life cycle states. Please note that the index life cycle does not consider the events of loading and unloading the index from RAM....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/index-lifecycle/
  5. Extract emails from remote server via POP IMAP ...

    GroupDocs.Parser provides the functionality to extract emails from remote servers. The following email protocols are supported: Post Office Protocol (POP) Internet Message Access Protocol (IMAP) Exchange Web Services (EWS) To create an instance of Parser class to extract emails from a remote server the following constructor is used: Parser(EmailConnection connection); Parser(EmailConnection connection, ParserSettings parserSettings) The second constructor allows to use ParserSettings object to control the process; for example, by adding logging functionality....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-emails-f...
  6. Search network deployment | Documentation

    This page contains information about deployment of the search network....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/search-network-de...
  7. GroupDocs.Assembly for .NET 17.12 Release Notes...

    This page contains release notes for GroupDocs.Assembly for .NET 17.12. Major Features This release of GroupDocs.Assembly extends abilities of dynamic manipulation over shapes, images, and charts for Word Processing and Email file formats. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-42  Support dynamic insertion of images for MSG messages with RTF body  Feature ASSEMBLYNET-54 Support dynamic shape fill color setting for Word Processing Documents  Feature ASSEMBLYNET-55 Support dynamic shape fill color setting for email messages with HTML body Feature ASSEMBLYNET-56 Support dynamic shape fill color setting for email messages with RTF body Feature ASSEMBLYNET-57 Support dynamic chart axis title setting for Word Processing Documents  Feature Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Annotation Product Solution GroupDocs...setting for Word Processing documents Feature ASSEMBLYNET-55 Support...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  8. Remove Metadata from DOCM using C#

    This topic will teach you how to remove metadata from DOCM using C#. You'll also get the code to delete metadata from DOCM in C# without needing any extra software....Annotation Product Family GroupDocs...today’s digital age, the documents we create often carry hidden...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  9. GroupDocs.Viewer for .NET 21.2 Release Notes | ...

    Features, improvements, and bugs-fixes that are shipped in GroupDocs.Viewer for .NET 21.2...Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  10. Logging | Documentation

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/logging/