Sort Score
Result 10 results
Languages All
Labels All
Results 2,711 - 2,720 of 4,274 for

classification

(2.66 sec)
  1. Storing text of indexed documents | GroupDocs

    This article explains that how to store text of indexed documents....Classification Product Solution Purchase...

    docs.groupdocs.com/search/net/storing-text-of-i...
  2. Search for different word forms | GroupDocs

    This article shows that how to allow you to search for nouns in the singular or plural, adjectives in the degree of comparison, forms of regular and irregular verbs, etc....Classification Product Solution Purchase...

    docs.groupdocs.com/search/java/search-for-diffe...
  3. How to change the maximum size of a file | Grou...

    This article shows how to change the maximum size of a file....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/java/how-to-change-ma...
  4. Protect PDF document | GroupDocs

    Protect PDF documents when rendering documents using GroupDocs.Viewer for Java...Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/java/protect-pdf-docu...
  5. Load from stream | GroupDocs

    This article explains how to load a document from a Stream with GroupDocs.Viewer within your .NET applications....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/net/load-document-fro...
  6. Supported Document Types | GroupDocs

    This section describes GroupDocs.Merger for Node.js via Java supported document types...Classification Product Solution Purchase...

    docs.groupdocs.com/merger/nodejs-java/supported...
  7. Use redaction callback | GroupDocs

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/java/use-redaction...
  8. Load password-protected documents | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Node.js via Java....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/nodejs-java/load-...
  9. Get comparison result as an object model | Grou...

    Learn how to get the result document object model with GroupDocs.Comparison for Python via .NET...Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/python-net/get-re...
  10. Basic Usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks....Classification Product Solution Purchase...

    docs.groupdocs.com/watermark/java/basic-usage/