Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 6,363 for

may

(0.07 sec)
  1. Extract formatted text from document page | Doc...

    This article explains that how to extract formatted text from document page....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/extract-formatted...
  2. 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....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  3. Indexing reports | Documentation

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/indexing-reports/
  4. Query language specification | Documentation

    This article gives the knowledge about the complete specification of the search query DSL used in text queries using Java search API....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/query-language-s...
  5. Extract emails from remote server via POP IMAP ...

    GroupDocs.Parser allows you to extract emails from remote servers and data from the emails. It supports POP, IMAP and EWS protocols....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/extract-emails-fr...
  6. Extract tables from document | Documentation

    This article explains that how to extract tables from document....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  7. Remove page redactions | Documentation

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents.... GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/net/remove-page-re...
  8. Non-Windows Launch | Documentation

    On this page you will find information how to run GroupDocs.Comparison for .NET in the Docker....(Note: Using non-free fonts may have licensing implications,...

    docs.groupdocs.com/comparison/net/non-windows-l...
  9. Sign document with Image signature - advanced |...

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

    docs.groupdocs.com/signature/java/sign-document...
  10. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-z...