Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 4,974 for

text signature

(0.09 sec)
  1. Add a Watermark to Converted Document | GroupDocs

    Learn how to add a watermark to a document after converting it to another format using GroupDocs.Conversion for Python via .NET....Signature Product Solution GroupDocs...for adding a watermark: text : The text to be used for the watermark...

    docs.groupdocs.com/conversion/python-net/develo...
  2. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PDF files to HTML, PNG, and JPEG formats....Signature Product Solution GroupDocs...elements of an HTML page (including text, graphics, and stylesheets)...

    docs.groupdocs.com/viewer/nodejs-java/render-pd...
  3. Product Overview | GroupDocs

    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...
  4. Sentiment classification usage | GroupDocs

    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...
  5. Search Special Characters in Documents using C#

    Easily search special characters in documents using C#. Enhance accuracy and relevance in Text search with special characters in C# across multiple platforms....Signature Product Family GroupDocs.Metadata...C# . It allows you to perform text searches that include symbols...

    kb.groupdocs.com/search/net/search-special-char...
  6. GroupDocs.Redaction Overview | GroupDocs

    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...
  7. Extract table of contents from EPUB eBooks | Gr...

    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-...
  8. Hello, world! | GroupDocs

    Get started with GroupDocs.Watermark for .NET by creating and running a minimal example....Signature Product Solution GroupDocs...C# application that appends a text watermark using the GroupDocs...

    docs.groupdocs.com/watermark/net/hello-world/
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...documents, Open Office Text and Rich Text document format. The...release is support for Stamp Signatures. Aside this many improvements...

    blog.groupdocs.com/groupdocs.blog/page/70/
  10. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Signature Product Solution GroupDocs...FileFormat . Markup ))) { // Check if text extraction is supported if (...

    docs.groupdocs.com/parser/java/loading-specific...