Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 32,787 for

groupdocs metadata

(0.07 sec)
  1. Working with interpreted values | GroupDocs

    This article contains a good example of numeric flag or enumeration in Java....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/working-with-i...
  2. extract exif data in csharp on GroupDocs Blog |...

    extract exif data in csharp on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in extract exif data in csharp on Groupdocs Blog | Document Automation Soluti......extract exif data in csharp on GroupDocs Blog | Document Automation...extract exif data in csharp on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/nl/tag/extract-exif-data-in-...
  3. change exif data of images on GroupDocs Blog | ...

    change exif data of images on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in change exif data of images on Groupdocs Blog | Document Automation Solution......change exif data of images on GroupDocs Blog | Document Automation...change exif data of images on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/nl/tag/change-exif-data-of-i...
  4. GroupDocs Blog

    Groupdocs Blog - Groupdocs Blog | Document Automation Solutions for .NET & Java Developers...the monthly release of GroupDocs.Metadata for .NET 18.9. Using...and saving metadata. Additionally, GroupDocs.Metadata.Formats.Document...

    blog.groupdocs.com/groupdocs.blog/page/53/
  5. Load from a local disk | GroupDocs

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk JavaScript try { const Metadata = new Groupdocs.Metadata.Metadata("input.one"); } 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. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: Groupdocs.Metadata for ....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...
  6. Getting known property descriptors | GroupDocs

    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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/getting-known-...
  7. GroupDocs.Metadata Overview | GroupDocs

    What is Groupdocs.Metadata? Groupdocs.Metadata for Java is a full featured class library which allows users to read and edit Metadata associated with various document, image, audio, video and many other formats. It works with most notable Metadata standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3 and format-specific Metadata properties. The Metadata API is very flexible and easy to operate with. It provides extended capabilities allowing working with Metadata in a unified way regardless of the file format....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/product-overview/
  8. read mp3 lyrics on GroupDocs Blog | Document Au...

    read mp3 lyrics on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in read mp3 lyrics on Groupdocs Blog | Document Automation Solutions for .NET & Java Deve......read mp3 lyrics on GroupDocs Blog | Document Automation Solutions...content in read mp3 lyrics on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/fa/tag/read-mp3-lyrics/index...
  9. Working with TORRENT files | GroupDocs

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains Metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/working-with-t...
  10. Getting known property descriptors | GroupDocs

    Extract information about known properties available in a particular package using Groupdocs.Metadata for Python via .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/python-net/getting-...