Descubre cómo utilizar GroupDocs.Metadata for Node.js para extraer, actualizar y eliminar metadatos en tus aplicaciones....como IPTC, XMP, EXIF e Image Resources. Manejo de Metadatos Multimedia:...
Temukan cara menggunakan GroupDocs.Metadata for Node.js untuk mengekstrak, memperbarui, dan menghapus metadata dalam aplikasi Anda....IPTC, XMP, EXIF, dan Image Resources. Penanganan Metadata Multimedia:...
Follow this guide and learn how a file convert to pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....pdf" , options ); } More Resources Was this page helpful? Not...
This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...special relativity' More resources Advanced usage topics To learn...
This article shows how to delete Text electronic signatures different ways with GroupDocs.Signature API.... getHeight ()); } More resources GitHub Examples You may easily...
This article gives knowledge on how to highlight search results in the text of a document....WriteLine (); } } } More resources GitHub examples You may easily...
Convert assembled documents to different formats (e.g., DOCX to PDF, DOCX to HTML) during assembly.... More resources GitHub Examples You may easily...
Create numbered lists in documents by iterating over data collections and displaying items with numbers.... More resources GitHub Examples You may easily...
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.... More resources GitHub examples You may easily...