Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 2,062 for

properties

(0.02 sec)
  1. Working with IPTC IIM metadata | Documentation

    This article shows how to access IPTC metadata in a file of any supported format....(IIM) is a set of metadata properties that can be applied to text...is utilized to store the properties. The IPTC IIM was developed...

    docs.groupdocs.com/metadata/net/working-with-ip...
  2. GroupDocs.Metadata for .NET 17.2.0 Now Supports...

    We are really excited to announce the release of GroupDocs.Metadata for .NET version 17.02.0. The latest release comes up with a number of new features and enhancements. Users can now export the extracted metadata of various formats to a CSV or Excel file. The GroupDocs.Metadata API now supports video format too. Moreover, detecting DICOM format, reading Photoshop layers of a PSD format etc are some other enhancements introduced in this version of the API....dealing with the content type properties of an Excel Spreadsheet in...export Excel content type properties to csv, excel Ability to...

    blog.groupdocs.com/metadata/groupdocs.metadata-...
  3. Working with metadata in ASF files | Documentation

    Reading ASF format-specific Properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata Properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic Properties System.out.println(String.format("Creation date: %s", asfPackage....Reading ASF format-specific properties The GroupDocs.Metadata API...method Read the ASF metadata properties advanced_usage.managing_...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Remove Metadata from XLS using Java

    Quickly learn how to remove metadata from XLS using Java. You'll also find a code snippet demonstrating the process of how to delete metadata from XLS in Java....method to delete the metadata properties Save the modified XLS file...method Removing document properties from XLS files requires a...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  5. Working with IPTC IIM metadata | Documentation

    This article explains how to access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Node.js via Java provides the IIptc.getIptcPackage method....(IIM) is a set of metadata properties that can be applied to text...is utilized to store the properties. The IPTC IIM was developed...

    docs.groupdocs.com/metadata/nodejs-java/working...
  6. Extract RIFF INFO and Metadata of WAV files in C#

    Extract metadata and RIFF INFO of WAV audio files in C#. Metadata API allows metadata management within your .NET applications....the WAV package metadata properties of WAV files in C#. Load...Now you can access all the properties of WAV audio. Here is the...

    blog.groupdocs.com/metadata/extract-riff-info-a...
  7. Best Practices in Metadata Management

    Before going in-depth to Metadata management, let’s discuss what the metadata is? The Metadata summarizes basic information about data. In other words, it’s an information which describes the data that contained in something like a web page, document, or file. Another way to think of metadata is as a short explanation or summary of what the data is. A simple example of metadata for a document might include a collection of information like the author, file size, date the document was created, and keywords to describe the document.... Descriptive: Metadata properties include title, subject, genre...terms. Technical: Metadata properties include file types, size...

    blog.groupdocs.com/metadata/best-practices-in-m...
  8. Announcing Hotfix Release of GroupDocs.Conversi...

    This hotfix release of GroupDocs.Conversion for Java 18.6.1 resolves missing Properties issue in some LoadOptions classes that was raised in previous version of the API. Such as setShowGridLines() or setShowHiddenSheets(). Aside this, one improvement is introduced. Please take a look over the release notes. Improvements Hide mail header when converted MSG to PDF Bug Fixs Missing Properties in some options classes API ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....1 resolves missing properties issue in some LoadOptions...to PDF Bug Fixs # Missing properties in some options classes API...

    blog.groupdocs.com/conversion/announcing-hotfix...
  9. Adding metadata | Documentation

    This article shows how to add metadata Properties which is the most sophisticated feature of the GroupDocs.Metadata Java search engine...feedback Adding metadata properties is the most sophisticated...and tries to pick up a known property that would satisfy the specified...

    docs.groupdocs.com/metadata/java/adding-metadata/
  10. Basic Usage | Documentation

    Quick Start section for GroupDocs.Metadata API Manage metadata in your documents fast and easy with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Metadata API....Find metadata properties Remove metadata properties Set metadata...metadata properties Clean metadata Was this page helpful? Not really...

    docs.groupdocs.com/metadata/python-net/basic-us...