Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 16,724 for

metadata management

(0.04 sec)
  1. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/load-a-password...
  2. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Metadata Product Solution GroupDocs...Word Document Content and metadata Microsoft Word 97+ Microsoft...

    docs.groupdocs.com/search/nodejs-java/supported...
  3. Working with interpreted values | Documentation

    This article contains a good example of numeric flag or enumeration....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-in...
  4. CustomPackage - GroupDocs.Metadata for Java - A...

    All Classes Packages com.groupdocs.Metadata com.groupdocs.Metadata.core com.groupdocs.Metadata.export com.groupdocs.m......metadata com.groupdocs.metadata.core com.groupdocs...groupdocs.metadata.export com.groupdocs.metadata.licensing com.groupdocs...

    apireference.groupdocs.com/metadata/java/com.gr...
  5. CustomPackage - GroupDocs.Metadata for Java - A...

    All Classes Packages com.groupdocs.Metadata com.groupdocs.Metadata.core com.groupdocs.Metadata.export com.groupdocs.m......metadata com.groupdocs.metadata.core com.groupdocs...groupdocs.metadata.export com.groupdocs.metadata.licensing com.groupdocs...

    apireference.groupdocs.com/metadata/java/com.gr...
  6. package-summary - GroupDocs.Metadata for Java -...

    All Classes Packages com.groupdocs.Metadata com.groupdocs.Metadata.core com.groupdocs.Metadata.export com.groupdocs.m......metadata com.groupdocs.metadata.core com.groupdocs...groupdocs.metadata.export com.groupdocs.metadata.licensing com.groupdocs...

    apireference.groupdocs.com/metadata/java/com.gr...
  7. https://releases.groupdocs.com/metadata/

    Home GroupDocs.Metadata Product Family Browse our Products Toggle navigation Are you looking for an evaluation versio......Metadata Product Family Browse our Products Toggle...files. GroupDocs.Metadata for .NET GroupDocs.Metadata for .NET API...

    releases.groupdocs.com/metadata/
  8. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired Metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata Metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = Metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/getting-known-...
  9. 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...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-z...
  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 ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get Metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

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