Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 5,004 for

text signature

(0.17 sec)
  1. Extract text from HTML documents | GroupDocs

    To extract a Text from HTML documents GetText method is used. This method allows to extract a Text from the entire document. Pagination and raw mode is not supported for emails....Signature Product Solution GroupDocs...documents / Extract text from HTML documents Extract text from HTML documents...

    docs.groupdocs.com/parser/net/extract-text-from...
  2. Add text watermarks | GroupDocs

    This article shows how to add a Text watermark and save the resultant document. It is capable of adding watermarks to images or documents....Signature Product Solution GroupDocs...Basic usage / Add text watermarks Add text watermarks Leave feedback...

    docs.groupdocs.com/watermark/python-net/add-text/
  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....Signature Product Solution GroupDocs...Usage / Classify Raw Text Classify Raw Text Leave feedback Simple...

    docs.groupdocs.com/classification/net/classify-...
  4. GroupDocs.Signature for Java

    This API allows you to digitally sign any type of file format using Java language on any platform....Signature Product Family GroupDocs.Metadata...Product Family GroupDocs.Signature for Java Latest Answers How...

    kb.groupdocs.com/signature/java/
  5. GroupDocs.Signature for .NET

    This API allows you to digitally sign any type of file format using .NET and C# language on any platform....Signature Product Family GroupDocs.Metadata...Product Family GroupDocs.Signature for .NET Latest Answers How...

    kb.groupdocs.com/signature/net/
  6. Extract text from documents | GroupDocs

    Learn how to extract Text from PDF, Word, Excel, PowerPoint, and 50+ document formats using GroupDocs.Parser for .NET. Simple C# code examples for extract Text from PDF C# scenarios....Signature Product Solution GroupDocs...usage / Extract text from documents Extract text from documents...

    docs.groupdocs.com/parser/net/extract-text-from...
  7. Extract formatted text from document | GroupDocs

    This article explains that how to extract formatted Text from document....Signature Product Solution GroupDocs...Working with text / Working with formatted text / Extract formatted...

    docs.groupdocs.com/parser/java/extract-formatte...
  8. Extract formatted text from document | GroupDocs

    This article explains that how to extract formatted Text from document....Signature Product Solution GroupDocs...Working with text / Working with formatted text / Extract formatted...

    docs.groupdocs.com/parser/net/extract-formatted...
  9. Extract text structure | GroupDocs

    This article explains that how to extract Text structure from documents....Signature Product Solution GroupDocs...Working with text / Extract text structure Extract text structure...

    docs.groupdocs.com/parser/java/extract-text-str...
  10. Search text in Emails | GroupDocs

    To search a keyword in emails search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in the email: Instantiate Parser object for the initial email; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and Text. Warning search(String) method returns null value if search isn’t supported for the email....Signature Product Solution GroupDocs...from Emails / Search text in Emails Search text in Emails Leave feedback...

    docs.groupdocs.com/parser/java/search-text-in-e...