Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 5,544 for

editor

(0.09 sec)
  1. Load document from Azure Blob Storage | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/load-document...
  2. Regular expression search | GroupDocs

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low using Java search API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/regular-e...
  3. 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....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/java/indexing-with-st...
  4. Add ellipse annotation | GroupDocs

    The page describes how to add ellipse annotation to a document using GroupDocs.Annotation for .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/add-ellipse-a...
  5. 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....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/java/document-renaming/
  6. Text file encoding detection | GroupDocs

    This article explains that how to detect encoding of a text file automatically in Java....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/text-file...
  7. Use advanced logging | GroupDocs

    You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods: import com.groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/use-advanced-...
  8. Hello, World! | GroupDocs

    Quickly get started with GroupDocs.Redaction for Python via .NET by creating and running a simple example....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/python-net/hello-w...
  9. Load Email document with options | GroupDocs

    Learn this article and check how to load and convert Email documents with advanced options using GroupDocs.Conversion for Java API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  10. Convert note-taking formats | GroupDocs

    In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for Node.js via Java....Editor Product Solution GroupDocs...

    docs.groupdocs.com/conversion/nodejs-java/conve...