Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 3,524 for

conholdate

(0.46 sec)
  1. Logging | GroupDocs

    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....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/search/java/logging/
  2. Search options | GroupDocs

    This article describes the search options that can be specified in an instance of the SearchOptions class....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/search/net/search-options/
  3. Using Markdown Documents | GroupDocs

    Note This feature is supported by version 19.8 or greater. Note The code uses some of the objects defined in The Business Layer. Markdown Documents (MD) Markdown is a lightweight markup language intended for one purpose, to be used to format text on the web with plain text formatting syntax. Let it be clear that Markdown is not a replacement for HTML because its syntax is very small, containing a very small subset of HTML tags....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/assembly/net/using-markdown-...
  4. Memory Optimization Option | GroupDocs

    This article explains how to optimize memory utilization when editing large Word documents using GroupDocs.Editor for Node.js via Java API....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/editor/nodejs-java/memory-op...
  5. How to search signatures with LINQ queries | Gr...

     This article explains how to search signatures with LINQ query with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/signature/net/search-signatu...
  6. Merge documents to PDF | GroupDocs

    This section describes how to import OLE objects into PDF documents using C#/.NET...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/merger/net/merge-documents-t...
  7. Removing metadata | GroupDocs

    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....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/metadata/python-net/removing...
  8. How to add attachment to PDF document | GroupDocs

    This article explains how to add attachment to PDF document with GroupDocs.Merger within your .NET applications....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/merger/net/how-to-add-attach...
  9. Indexing with stop words | GroupDocs

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/search/java/indexing-with-st...
  10. Document renaming | GroupDocs

    Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation. To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/search/java/document-renaming/