Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 596 for

performance improvement watermark

(0.03 sec)
  1. Installation | Documentation

    Operating Systems GroupDocs.Comparison for Java can be executed on any Operating System with Java JDK installed. Windows Desktops and Servers Linux Mac OS Supported Runtime GroupDocs.Comparison for Java supports Java run-time version 8 and above (Kotlin is supported as well). Development Environments NetBeans IntelliJ IDEA Eclipse Installation from GroupDocs Repository using Maven GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Comparison for Java API directly in your Maven projects with simple configurations....Watermark Product Solution GroupDocs...Maven Gradle Kotlin After performing above-mentioned steps, GroupDocs...

    docs.groupdocs.com/comparison/java/installation/
  2. How to search signatures with LINQ queries | Do...

     This article explains how to search signatures with LINQ query with GroupDocs.Signature API....Watermark Product Solution GroupDocs...reviewing their properties or performing additional operations. This...

    docs.groupdocs.com/signature/net/search-signatu...
  3. Indexing password protected documents | Documen...

    This page describes how to perform indexing of password protected documents. Indexing using the password dictionary To perform indexing of password protected documents using a password dictionary, you must add passwords for all protected documents to the dictionary before indexing. To add a document password to the dictionary, you must specify the full path to the document as a key and the actual password to the document. For more information about managing the password dictionary see the Document passwords page in the Managing dictionaries section....Watermark Product Solution GroupDocs...This page describes how to perform indexing of password protected...

    docs.groupdocs.com/search/java/indexing-passwor...
  4. Search and highlight text in the loaded documen...

    Search text by literal or regex and highlight found text in the document, loaded to the GroupDocs.Viewer for .NET...Watermark Product Solution GroupDocs...(PDF and XPS). Search may be performed by entered search term (text...

    docs.groupdocs.com/viewer/net/search-highlight-...
  5. Search options | Documentation

    This article describes the search options that can be specified in an instance of the SearchOptions class....Watermark Product Solution GroupDocs...The property allows you to perform case-sensitive search. Please...

    docs.groupdocs.com/search/net/search-options/
  6. Compare multiple documents | Documentation

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Python via .NET....Watermark Product Solution GroupDocs...options . CompareOptions () # Perform the compare operation and save...

    docs.groupdocs.com/comparison/python-net/compar...
  7. Single document operations | Documentation

    Learn how to move document pages, remove document pages, split document into separate pages, swap document pages positions, extract specific pages from document, change page orientation and rotate page using GroupDocs.Merger....Watermark Product Solution GroupDocs...documentation explains how to perform single document operations:...

    docs.groupdocs.com/merger/net/single-document-o...
  8. Classify Raw Text | Documentation

    Simple IAB-2 text classification Call Classify method with a text as the first parameter to perform classification. Default taxonomy (IAB-2) and bestClassesCount (1) will be used. var response = classifier.Classify("Medicine is an important part of our lifes"); Console.WriteLine(response.BestClassName, response.BestClassProbability); Raw text classification with Documents taxonomy and 2 best classes to return Taxonomy, bestClassesCount and precisionRecallBalance could also be specified: var response = classifier.Classify("Medicine is an important part of our lifes", 2, Taxonomy....Watermark Product Solution GroupDocs...as the first parameter to perform classification. Default taxonomy...

    docs.groupdocs.com/classification/net/classify-...
  9. Load from local disc | Documentation

    Load from local disc GroupDocs.Redaction.Redactor class is a main class in Redaction API, providing functionality to open a document. When document is located on the local disk, you can pass its path to *Redactor *class constructor. The following example demonstrates how to open a document from local disc: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor....Watermark Product Solution GroupDocs...can use document instance to perform redactions redactor . apply...

    docs.groupdocs.com/redaction/java/load-from-loc...
  10. Load password-protected file | Documentation

    Learn how to load a password-protected file by using .NET redaction API...Watermark Product Solution GroupDocs...free Apps. You are welcome to perform redactions for various document...

    docs.groupdocs.com/redaction/python-net/load-pa...