Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 944 for

word comparison library

(0.06 sec)
  1. Search Different Word Forms using C#

    Search different Word forms using C# to find nouns in singular or plural. An example will be provided to implement Word form search in C# without extra installation....Comparison Product Family GroupDocs...Product Family Search Different Word Forms using C# Efficient and...

    kb.groupdocs.com/search/net/search-different-wo...
  2. eSign Word Processing document with Metadata si...

    This article explains how to sign Word Processing document with metadata signatures by GroupDocs.Signature....Comparison Product Solution GroupDocs...Metadata signatures / eSign Words eSign Word Processing document with...

    docs.groupdocs.com/signature/net/esign-word-pro...
  3. Extract hyperlinks from Microsoft Office Word d...

    This article explains that how to extract hyperlinks from Microsoft Office Word (.doc, .docx) documents...Comparison Product Solution GroupDocs...Extract data from Microsoft Office Word documents / Extract hyperlinks...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  4. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null....Comparison Product Solution GroupDocs...Extract data from Microsoft Office Word documents / Extract hyperlinks...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  5. Extract data from Microsoft Office Word documen...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office Word documents. Both classic (doc, dot) and Open XML (docx, dotx) formats are supported. Also LibreOffice Writer (OpenOffice.org Writer) formats and RTF are supported. The following table provides the list of supported formats: Format Description DOC Microsoft Office Word Document DOT Microsoft Office Word Document Template DOCX Microsoft Office Open XML Document DOCM Microsoft Office Open XML Macro-Enabled Document DOTX Microsoft Office Open XML Document Template DOTM Microsoft Office Open XML Document Macro-Enabled Template TXT Plain text ODT Open Document Text OTT Open Document Text Template RTF Rich Text Format More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Comparison Product Solution GroupDocs...Office Word documents Extract data from Microsoft Office Word documents...

    docs.groupdocs.com/parser/net/extract-data-from...
  6. Extract images from Microsoft Office Word docum...

    To extract images from Microsoft Office Word documents getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Microsoft Office Word documents as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null....Comparison Product Solution GroupDocs...Extract data from Microsoft Office Word documents / Extract images from...

    docs.groupdocs.com/parser/java/extract-images-f...
  7. How to Extract Metadata from Word Document usin...

    This short tutorial describes the process to extract metadata from Word document using Java, and how to iterate through the metadata Word document in Java....Comparison Product Family GroupDocs...How to Extract Metadata from Word Document using Java In this...

    kb.groupdocs.com/parser/java/how-to-extract-met...
  8. Extract text from Microsoft Office Word documen...

    This article explains that how to extract text from Microsoft Office Word (.doc, .docx) documents...Comparison Product Solution GroupDocs...Extract data from Microsoft Office Word documents / Extract text from...

    docs.groupdocs.com/parser/net/extract-text-from...
  9. Search text in Microsoft Office Word documents ...

    To search a keyWord in Microsoft Office Word documents 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 Microsoft Office Word document: Instantiate Parser object for the initial document; 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 document....Comparison Product Solution GroupDocs...Office Word documents / Search text in Microsoft Office Word documents...

    docs.groupdocs.com/parser/java/search-text-in-m...
  10. How to Extract Text from Word Document in Java

    This short tutorial describes the process to extract text from Word document in Java and how to develop the application to extract text from DOCX using Java....Comparison Product Family GroupDocs...Family How to Extract Text from Word Document in Java In this how-to...

    kb.groupdocs.com/parser/java/how-to-extract-tex...