Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 554 for

performance improvement watermark

(0.45 sec)
  1. 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...
  2. Save to stream | Documentation

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Watermark Product Solution GroupDocs...can use document instance to perform redactions RedactorChangeLog...

    docs.groupdocs.com/redaction/java/save-to-stream/
  3. 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...
  4. 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/
  5. 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...
  6. 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-...
  7. 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...
  8. GroupDocs.Metadata for .NET | Documentation

    A .NET API to manipulate metadata is being consumed as metadata viewer for CRUD operations. It helps developers to read, write, edit and remove meta information from all popular document file formats...Watermark Product Solution GroupDocs...information and allows the users to perform metadata operations for locating...

    docs.groupdocs.com/metadata/net/
  9. Classify document by path | Documentation

    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-...
  10. Attachments in PDF document | Documentation

    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...