ببینید چگونه از GroupDocs.Metadata for Python via .NET برای استخراج، به روز رسانی و حذف متادیتا در برنامههای خود استفاده کنید....مانند IPTC، XMP، EXIF و Image Resources کار کنید. مدیریت متادیتا چند...
Découvrez comment utiliser GroupDocs.Metadata for Python via .NET pour extraire, mettre à jour et supprimer les métadonnées dans vos applications....IPTC, XMP, EXIF et Image Resources. Gestion des métadonnées multimédias...
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.... getText ()); } } } More resources GitHub examples You may easily...
This article explains how to iteratively sign a PDF document with multiple digital certificates using advanced options with GroupDocs.Signature API....demonstrates the result: More resources GitHub Examples You may easily...
Hello,
Our primary goal was to run your software (GroupDocs.Search) in an environment, where we don’t know which files will be indexed. We don’t decide it. The user of our software can decide it. We don’t know the files…...indefinitely and consumes excessive resources. This approach should help...
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.... getText ()); } } } More resources GitHub examples You may easily...
This article explains how to access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method.... OutputJpeg ); } More resources GitHub examples You may easily...