Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 11,947 for

text

(0.37 sec)
  1. Search Text in HTML Documents | GroupDocs

    id: search-Text-in-html-documents url: parser/net/search-Text-in-html-documents title: Search Text in HTML documents weight: 2 description: “To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects.” keywords: search a keyword, search a keyword in HTML productName: GroupDocs.Parser for .NET hideChildren: False toc: true To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text....documents / Search Text in HTML Documents Search Text in HTML Documents...search-text-in-html-documents url: parser/net/search-text-in-html-documents...

    docs.groupdocs.com/parser/net/developer-guide/a...
  2. Add text watermarks | GroupDocs

    This article shows how to add a Text watermark to a document and save the result with GroupDocs.Watermark for Python via .NET....Basic usage / Add text watermarks Add text watermarks Leave feedback...GroupDocs.Watermark is adding text watermarks to documents. You...

    docs.groupdocs.com/watermark/python-net/add-text/
  3. Add text field annotation | GroupDocs

    The page describes how to add Text field annotation to a document programmatically using GroupDocs.Annotation for Java....document / Add text field annotation Add text field annotation...page Text field annotation adds a rectangle with a text as shown...

    docs.groupdocs.com/annotation/java/add-text-fie...
  4. Update Text Signatures in Document | GroupDocs

    This article explains how to update Text electronic signatures with GroupDocs.Signature for Python via .NET API....Signatures in Documents / 📝 Text Update Text Signatures in Document...functionality to manipulate text signatures’ location, size,...

    docs.groupdocs.com/signature/python-net/update-...
  5. Add search text annotation | GroupDocs

    The page describes how to add search Text annotation to a document using GroupDocs.Annotation for Java."...document / Add search text annotation Add search text annotation Leave...page Search text annotation searches for specific text and highlight...

    docs.groupdocs.com/annotation/java/add-search-t...
  6. eSign document with Text signature | GroupDocs

    This article explains how to sign document with Text signature by GroupDocs.Signature API. Let's try to add digital signature to a PDF programmatically....signature types / ✎ Text eSign document with Text signature Leave...feedback What is a Text signature? A Text electronic signature...

    docs.groupdocs.com/signature/java/esign-documen...
  7. Search for Text e-Signatures | GroupDocs

    This topic explains how to search for Text electronic signatures within document pages using GroupDocs.Signature for Python via .NET API....Usage / Search / 🔍 Texts Search for Text e-Signatures Leave feedback...different options for searching Text electronic signatures within...

    docs.groupdocs.com/signature/python-net/search-...
  8. Find and Replace Text in PDF in Java | Replace ...

    Programmatically find certain Text, words, phrases in PDF documents with case sensitivity and RegEx in Java. Replace or hide the Text to redact PDF files....about how to find and replace text and words in PDF documents in...search, replacing the found text using regular expressions. Finally...

    blog.groupdocs.com/redaction/find-and-replace-t...
  9. Strikethrough Text in Documents in Java | C̶r̶o...

    Let's strikeout the Text within documents using Java. Automate the crossing out of invalid Text using strikethrough annotation with Java API....article shows how to strikethrough text in documents in Java . The following...Strikeout Text in Documents Java API to Strikethrough Text # GroupDocs...

    blog.groupdocs.com/annotation/strikethrough-tex...
  10. 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....Usage / Classify Raw Text Classify Raw Text Leave feedback Simple...Simple IAB-2 text classification Call method with a text as the first...

    docs.groupdocs.com/classification/net/classify-...