Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 2,018 for

resource

(0.09 sec)
  1. Search for embedded and encrypted objects in Me...

     This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic signature....ToString ( "N2" )); } } } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/search-embed-n...
  2. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... OutputXlsx ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a file of any supported format.... OutputJpeg ); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/working-with-xm...
  4. 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 MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console.... Text ); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Metadata bewerken en beheren in Python-apps - G...

    Ontdek hoe je GroupDocs.Metadata for Python via .NET kunt gebruiken om metadata te extraheren, bij te werken en te verwijderen in je applicaties....IPTC, XMP, EXIF en Image Resources. Multimediametadatabe : Manipuleer...

    blog.groupdocs.com/nl/metadata/edit-metadata-in...
  6. Edit and Manage Metadata in Node.js Apps - Grou...

    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:...

    blog.groupdocs.com/es/metadata/edit-metadata-in...
  7. Edit and Manage Metadata in Node.js Apps - Grou...

    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:...

    blog.groupdocs.com/id/metadata/edit-metadata-in...
  8. تعديل وإدارة البيانات الوصفية في تطبيقات Node.j...

    اكتشف كيفية استخدام GroupDocs.Metadata for Node.js لاستخراج وتحديث وإزالة البيانات الوصفية في تطبيقاتك....IPTC، XMP، EXIF، و Image Resources. معالجة بيانات التعريف المتعددة...

    blog.groupdocs.com/ar/metadata/edit-metadata-in...
  9. 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.... More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Field Management in GroupDocs.Editor for Node.j...

    This documentation section explains the management and manipulation of form fields within documents using GroupDocs.Editor for Node.js via Java....saveOptions ); // Dispose of resources editableDocument . dispose...

    docs.groupdocs.com/editor/nodejs-java/form-fiel...