Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 10,756 for

text

(0.31 sec)
  1. case sensitive find and replace on GroupDocs Bl...

    case sensitive find and replace on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in case sensitive find and replace on GroupDocs Blog | Document Automatio......ersetzen oder verbergen Sie Text, Wörter und Sätze in Word DOC/DOCX-Dateien...C#. Schwärzen und führen Sie Text-, Groß-/Kleinschreibungs- und...

    blog.groupdocs.com/de/tag/case-sensitive-find-a...
  2. Use All Highlight Extraction Modes with Search ...

    Team GroupDocs is really delighted to announce the monthly release of version 17.02.0 of the GroupDocs.Text for .NET API. This version comes up with a number of new features along with an enhancement related to using highlight extraction modes with search functionality. GroupDocs.Text for .NET API has improved the search functionality by adding the ability to search for some Text using regular expression and searching a whole word. What’s more exciting is the addition of features dealing with the extraction of highlighted Text in documents....Text for .NET API. This version comes...search functionality. GroupDocs.Text for .NET API has improved the...

    blog.groupdocs.com/parser/groupdocs.text-.net-1...
  3. Extract attachments from Emails | GroupDocs

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email Text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a Text....the steps to extract an email text from email attachments: Instantiate...and obtain object to extract a text. The following example shows...

    docs.groupdocs.com/parser/java/extract-attachme...
  4. Email messages | GroupDocs

    Learn how to add watermark in Outlook email messages....the plain text body content . setBody ( "Test plain text body" );...watermarker . close (); Searching text in email message body or subject...

    docs.groupdocs.com/watermark/java/email-messages/
  5. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a Text into the reader try (TextReader reader = parser....Parser ( stream )) { // Extract a text into the reader try ( TextReader...{ // Print a text from the document // If text extraction isn't...

    docs.groupdocs.com/parser/java/load-document-fr...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... Replacing sensitive text in business documents is a common...explains how to find and replace text and words in PDF documents using...

    blog.groupdocs.com/groupdocs.blog/page/8/
  7. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......as HTML using C# Add Search Text Annotation to PDF using Java...PDF as JPG using C# Add Search Text Annotation to PDF using C# Add...

    kb.groupdocs.com/categories/page/24/
  8. Get list of changes | GroupDocs

    Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET.... id } , Text: { change . text } " ) 🔹 Use case: Build...Id: { change . id } , Text: { change . text } " ) 🔹 Use case: Integrate...

    docs.groupdocs.com/comparison/python-net/get-li...
  9. GroupDocs.Search for .NET | GroupDocs

    GroupDocs.Search for .NET is a fascinating document search API. It extracts Text and metadata from documents and performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithm... It extracts text and metadata from documents...algorithms. API also supports full-text search. Information retrieval...

    docs.groupdocs.com/search/net/
  10. Extract attachments from PDF portfolios | Group...

    This article explains that how to extract attachments from PDF documents...steps to extract an attachment text from PDF Portfolios: Instantiate...example shows how to extract a text from PDF Portfolios: // Create...

    docs.groupdocs.com/parser/net/extract-attachmen...