Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 12,031 for

format

(0.21 sec)
  1. Get supported file formats | GroupDocs

    This article explains how to obtain supported file Formats list when viewing documents with GroupDocs.Comparison within your Java applications....supported file formats Get supported file formats Leave feedback...get list of supported file formats: Java import com.groupdocs...

    docs.groupdocs.com/comparison/java/get-supporte...
  2. Working with metadata in Note formats | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more inFormation. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of inFormation that can be considered as metadata under some circumstances. For example, you may want to obtain inFormation about pages in a note document....Managing metadata for specific formats / Documents / Working with...in Note formats Working with metadata in Note formats Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Get supported file formats | GroupDocs

    This article explains how to get the list of all supported file Formats....supported file formats Get supported file formats Leave feedback...how to get a supported file formats list. BasicUsage.GetSupportedFileForm...

    docs.groupdocs.com/watermark/net/get-supported-...
  4. Managing metadata for specific formats | GroupDocs

    Learn about managing metadata for specific Formats....specific formats Managing metadata for specific formats Leave feedback...

    docs.groupdocs.com/metadata/net/managing-metada...
  5. Get supported file formats | GroupDocs

    This page describes how the search api is used to obtain a list of supported file types....supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/search/java/get-supported-fi...
  6. Managing metadata for specific formats | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......specific formats Managing metadata for specific formats Leave feedback...

    docs.groupdocs.com/metadata/java/managing-metad...
  7. 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....Managing metadata for specific formats / Documents / Working with...metadata in ProjectManagement formats Working with metadata in ProjectManagement...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Get supported file formats | GroupDocs

    This page describes how the search api is used to obtain a list of supported file types....supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/search/net/get-supported-fil...
  9. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/metadata/java/get-supported-...
  10. Get supported file formats | GroupDocs

    This article shows that how to get the list of all supported file Formats of GroupDocs.Redaction by using Java....supported file formats Get supported file formats Leave feedback...feedback Get supported file formats GroupDocs.Redaction allows to get...

    docs.groupdocs.com/redaction/java/get-supported...