Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 29,919 for

groupdocs metadata

(0.1 sec)
  1. Working with ZIP archives | Documentation

    Get ZIP format Metadata The API allows detecting ZIP archives and reading format Metadata. The following steps are needed to be followed: Load a ZIP archive Get the root Metadata package Extract the native Metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get Metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-zi...
  2. GroupDocs.Metadata for .NET 16.10 Supports WAV ...

    We are happy to share that another monthly release of Groupdocs.Metadata for .NET with a bunch of new features is available for the .NET community. Groupdocs.Metadata for .NET 16.10 has come with the support of WAV audio format. Not only this, the API has also brought some new features related to PSD, JPEG, TIFF and MP3 file formats. We recommend you to download this latest version and check out its exciting features....another monthly release of GroupDocs.Metadata for .NET with a bunch...for the .NET community. GroupDocs.Metadata for .NET 16.10 has come...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  3. Basic Usage | Documentation

    Artcles listed in this page explain the common usage scenarios when documents are stored in a local drive and you want to manage them using Groupdocs.Metadata API...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/basic-usage/
  4. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const Metadata = new Groupdocs.Metadata.Metadata("input.xls", loadOptions); var root = Metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library features and get familiar how to manage Metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  5. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  6. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/save-a-modified...
  7. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream JavaScript try { const fileStream = fs.createReadStream("input.one") const Metadata = new Groupdocs.Metadata.Metadata(fileStream); } More resources Advanced usage topics To learn more about library features and get familiar how to manage Metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...
  8. metadata.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.Groupdocs.com/Metadata/nodejs-java/technical-support/weekly0.5https://docs.Groupdocs.com/Metadata......groupdocs.com/metadata/nodejs-java/technical-support/weekly0...kly0.5https://docs.groupdocs.com/metadata/java/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/metadata.xml
  9. Get Document Information using C#

    Discover the process of how to get document information using C#. Enhance document management efficiency by learning how to get file properties using C#....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/metadata/net/get-document-info...
  10. Handle EXIF Data of JPEG, PNG, TIFF & WebP Imag...

    Manipulate EXIF Metadata of images in Java. Extract, update, add or remove EXIF data of JPG/JPEG, PNG, WebP, or other images programmatically using Java API....data includes the tagging and metadata information about the captured...captured image file. Metadata may contain information like camera...

    blog.groupdocs.com/metadata/handle-exif-data-of...