Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 4,966 for

text signature

(0.7 sec)
  1. GroupDocs.Comparison Product Family

    Find answers about comparing documents of similar types using code on any platform....Signature Product Family GroupDocs.Metadata...Files using C# How to Compare Text Files in C# How to Compare PDF...

    kb.groupdocs.com/comparison/
  2. 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...Signature Product Solution GroupDocs...document search API. It extracts text and metadata from documents...

    docs.groupdocs.com/search/net/
  3. Extract hyperlinks from document page area | Gr...

    This article explains that how to extract hyperlinks from document page area....Signature Product Solution GroupDocs...Description The page that contains the text area. The rectangular area on...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  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....Signature Product Solution GroupDocs...see . Hyperlink can contain a text: <hyperlink link= "www.google...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  5. GroupDocs.Annotation for Java

    This API allows you to digitally annotate any type of file format using Java language on any platform....Signature Product Family GroupDocs.Metadata...Java Latest Answers Add Search Text Annotation to PDF using Java...

    kb.groupdocs.com/annotation/java/
  6. Regular expression search | GroupDocs

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low....Signature Product Solution GroupDocs...separately, and not the entire text of a document field. Queries...

    docs.groupdocs.com/search/net/regular-expressio...
  7. Get list of changes | GroupDocs

    This article explains how to get collection of changes between compared documents when using GroupDocs.Comparison for .NET....Signature Product Solution GroupDocs... Page: {1}, Change ID: {2}, Text: {3}" , change . Type , change...

    docs.groupdocs.com/comparison/net/get-list-of-c...
  8. Load document from local disk | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a Text into the reader try (TextReader reader = parser.getText()) { // Print a Text from the document // If Text extraction isn't supported, a reader is null System....Signature Product Solution GroupDocs...( filePath )) { // Extract a text into the reader try ( TextReader...

    docs.groupdocs.com/parser/java/load-document-fr...
  9. Convert DOCX to RTF using Node.js

    Learn how to convert DOCX to RTF using Node.js with GroupDocs.Conversion for seamless document formatting. Easily export DOCX to RTF in Node.js with simple steps....Signature Product Family GroupDocs.Metadata...contrast, RTF (Rich Text Format) maintains text formatting while...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  10. Insert Hyperlinks Dynamically | GroupDocs

    Create hyperlinks in documents with URLs and Text dynamically set from data sources during assembly....Signature Product Solution GroupDocs...<<link [uri_expression][display_text_expression]>> Provide URI and...

    docs.groupdocs.com/assembly/net/basic-usage-ins...