Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 722 for

performance improvement watermark

(1.29 sec)
  1. Case sensitive search | GroupDocs

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct....Watermark Product Solution GroupDocs...example demonstrates how to perform case-sensitive search with...

    docs.groupdocs.com/search/net/case-sensitive-se...
  2. Load from local disc | GroupDocs

    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...
  3. Classify Raw Text | GroupDocs

    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-...
  4. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Comparison for Node.js via Java....Watermark Product Solution GroupDocs...add ( targetDocxPath ); // Perform the comparison and write the...

    docs.groupdocs.com/comparison/nodejs-java/load-...
  5. Load custom fonts | GroupDocs

    This article explains how to load custom fonts PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Node.js via Java....Watermark Product Solution GroupDocs...'sample-files/target.docx' ); // Perform the comparison and save the...

    docs.groupdocs.com/comparison/nodejs-java/load-...
  6. Show Revisions | GroupDocs

    This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Node.js via Java....Watermark Product Solution GroupDocs...setShowRevisions ( false ); // Perform the comparison and write the...

    docs.groupdocs.com/comparison/nodejs-java/show-...
  7. Classify document by path | GroupDocs

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Watermark Product Solution GroupDocs...of the document could be performed with the next steps Call method...

    docs.groupdocs.com/classification/net/classify-...
  8. Attachments in PDF document | GroupDocs

    This article explains how to work with PDF attachments while using GroupDocs Watermarking API....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for .NET...

    docs.groupdocs.com/watermark/net/attachments-in...
  9. Get supported file formats | GroupDocs

    This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using C#....Watermark Product Solution GroupDocs...free Apps. You are welcome to perform redactions for various document...

    docs.groupdocs.com/redaction/net/get-supported-...
  10. Installation | GroupDocs

    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/