Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 4,672 for

text signature

(0.03 sec)
  1. Perform Case-Sensitive Search using C#

    Easily perform case-sensitive search using C# to retrieve precise results. Learn how to search case-sensitive Text in files using C# with step-by-step instructions....Signature Product Family GroupDocs.Metadata...fundamental requirement. Searching for text in a case-sensitive manner ensures...

    kb.groupdocs.com/search/net/perform-case-sensit...
  2. Searching watermarks | Documentation

    This article explains how to search watermarks while using GroupDocs. Watermarks API....Signature Product Solution GroupDocs.... WriteLine ( $"Text {possibleWatermark.Text}" ); Console . WriteLine...

    docs.groupdocs.com/watermark/net/searching-wate...
  3. GroupDocs.Watermark for Python overview | Docum...

    GroupDocs.Watermark for .NET is a powerful API for managing watermarks in the various documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....Signature Product Solution GroupDocs...the following features: Add text and image watermark to supported...

    docs.groupdocs.com/watermark/python-net/product...
  4. Enabling language information | Documentation

    Following this guide you will learn how to edit Word document using locale info, apply spell-checkers to a document content written in different languages using GroupDocs.Editor for Java API....Signature Product Solution GroupDocs...WordProcessing formats can contain text in different languages. But...

    docs.groupdocs.com/editor/java/enabling-languag...
  5. Product Overview | Documentation

    Apply annotations to your documents in the form of Textual comments, explanations with highlighted notes, watermarks, polylines, Text/resource redactions and much more....Signature Product Solution GroupDocs...applications the ability to annotate text or images in files of . Annotations...

    docs.groupdocs.com/annotation/net/product-overv...
  6. Password-protected documents | Documentation

    Learn how to open the password-protected documents....Signature Product Solution GroupDocs...( password ))) { // Check if text extraction is supported if (...

    docs.groupdocs.com/parser/net/password-protecte...
  7. GroupDocs.Redaction Overview | Documentation

    Lets try to know about what is redaction or what does redacted mean. The redaction is the editing a document for the purpose to remove or hide the confidential or sensitive information....Signature Product Solution GroupDocs...Excel, redact PDF documents text, metadata and comments. Our...

    docs.groupdocs.com/redaction/net/groupdocs-reda...
  8. Extract table of contents from EPUB eBooks | Do...

    To extract table of contents from EPUB e-books GetToc method is used....Signature Product Solution GroupDocs...page index to extract a page text from the document. The following...

    docs.groupdocs.com/parser/net/extract-table-of-...
  9. Sentiment classification usage | Documentation

    Create an instance of SentimentClassifier class. It is multilingual and supports English, Chinese, Spanish, and German. Creates SentimentClassifier instance var sentimentClassifier = new SentimentClassifier(); and call PositiveProbability method Classifies sentiment by Text var positiveProbability = sentimentClassifier.PositiveProbability("This is a new must-have thing."); Console.WriteLine($"The probability of a positive sentiment is { positiveProbability }"); or call Classify method Classifies sentiment by Text var response = sentimentClassifier.Classify("This is a new must-have thing."); Console.WriteLine($"The best class name:{response....Signature Product Solution GroupDocs...method Classifies sentiment by text var positiveProbability = sentimentClassifier...

    docs.groupdocs.com/classification/net/sentiment...
  10. How to Run Examples | Documentation

    This article describes how to run .NET parser API code examples....Signature Product Solution GroupDocs...your document { // Extract a text to the reader using ( TextReader...

    docs.groupdocs.com/parser/net/how-to-run-examples/