Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 6,792 for

may

(0.08 sec)
  1. Handling the APEv2 tag | Documentation

    This article explains how to handle APEv2 tag....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/handling-the-ap...
  2. Search text in Emails | Documentation

    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....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/search-text-in-e...
  3. Locating signature with different alignments | ...

     This article explains how to use different alignment values to locate signature on document page with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/locating-signa...
  4. 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....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/search-text-in-m...
  5. Search text in EPUB eBooks | Documentation

    To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/search-text-in-ep...
  6. Subscribing for search process events | Documen...

    This article explains how to subscribe for search electronic signatures events like start, progress and completion with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/subscribing-fo...
  7. Sign document with Text signature - advanced | ...

     This article explains how to sign document with Text electronic signatures using advanced options with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/sign-document-...
  8. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/nodejs-java/search-fo...
  9. Extract tables from document page | Documentation

    This article explains that how to extract tables from document page....(); } } } GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/extract-tables-f...
  10. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-me...