Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 6,736 for

may

(0.04 sec)
  1. Advanced search for Digital signatures | Docume...

     This article explains how to make advanced search for digital electronic signatures with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/advanced-sear...
  2. Save signed Word Processing with different outp...

    This article explains how to save signed Word Processing documents with various file formats by GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/save-signed-w...
  3. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/python-net/extend-...
  4. Extract images to files | Documentation

    This article explains that how to extract images to files....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/extract-images-to...
  5. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.image.jpeg2000.Jpeg2000ReadComments try (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Working with metadata in MOV files | Documentation

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using the MovRootPackage.getMovPackage method Read the QuickTime atoms advanced_usage....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Hot to load document from Azure Blob Storage | ...

    This section explains how to load document from Azure Blob Storage with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/load-document-...
  8. Obtain document history information | Documenta...

    This article shows how to obtain the history of document changes with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/obtain-docume...
  9. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage.... For example, you may want to obtain information about...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Search flow | Documentation

    This article shows the internal stages of each search operation using Java search API....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/search-flow/