Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 6,185 for

groupdocs.metadata

(0.11 sec)
  1. Categories on GroupDocs Blog | Document Automat...

    Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro......Viewer Product Family GroupDocs.Metadata Product Family GroupDocs...

    blog.groupdocs.com/vi/categories/index.xml
  2. 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....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new API provided by Groupdocs.metadata for .NET starting from version 19.11: The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/net/migration-notes/
  4. Python on GroupDocs Blog | Document Automation ...

    Python on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Python on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Редактирова......Узнайте, как использовать GroupDocs.Metadata for Python via .NET для...

    blog.groupdocs.com/ru/tag/python/index.xml
  5. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The Groupdocs.metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Manage XMP and EXIF Data of HEIF HEIC Images us...

    Manage XMP and EXIF data of HEIF, HEIC images using C#. Read, update, remove EXIF and XMP data using Metadata automation API within .NET applications....XMP and EXIF Metadata # GroupDocs.Metadata provides .NET API to... PM> Install-Package GroupDocs.Metadata Read EXIF data of HEIC...

    blog.groupdocs.com/metadata/manage-xmp-and-exif...
  7. Working with interpreted values | Documentation

    This article contains a good example of numeric flag or enumeration in Java....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/java/working-with-i...
  8. 用 Java 处理 JPEG、PNG、TIFF 和 WebP 图像的 EXIF 数据

    在 Java 中操作图像的 EXIF 元数据。使用 Java API 以编程方式提取、更新、添加或删除 JPG/JPEG、PNG、WebP 或其他图像的 EXIF 数据。...EXIF 元数据 Java 元数据操作库 # GroupDocs.Metadata for Java 是一个易于使用的元数据管理...exifPackage.setSoftware("GroupDocs.Metadata"); exifPackage.getExifIfdPackage()...

    blog.groupdocs.com/zh/metadata/handle-exif-data...
  9. Working with interpreted values | Documentation

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

    docs.groupdocs.com/metadata/net/working-with-in...
  10. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The Groupdocs.metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/java/working-with-o...