Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 8,522 for

metadata

(0.03 sec)
  1. Advanced Usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/advanced-usage/
  2. exif metadata in java on GroupDocs Blog | Docum...

    exif Metadata in java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in exif Metadata in java on GroupDocs Blog | Document Automation Solutions for .NET......exif metadata in java on GroupDocs Blog | Document Automation...Developers Recent content in exif metadata in java on GroupDocs Blog...

    blog.groupdocs.com/vi/tag/exif-metadata-in-java...
  3. Features Overview | Documentation

    A .NET Metadata API can be effectively used in removing, updating and reading Metadata in a variety of formats. It is very effective in removing Metadata from photos. Supporting iptc Metadata, exif Metadata and xmp Metadata....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/features-overview/
  4. New release of GroupDocs.Metadata for .NET intr...

    It is another month and GroupDocs.Metadata for .NET has another release with more features and more supported file formats. GroupDocs Team is always looking for new ways to improve the product. We concentrate on introducing the features that are can help solve real life problems developers may come across. Let’s dive into it and have a look at what’s new in this release. New Features GroupDocs.Metadata for .NET v1.1.0 introduced a bunch of new features....Metadata for .NET has another release...release. New Features GroupDocs.Metadata for .NET v1.1.0 introduced...

    blog.groupdocs.com/metadata/new-release-groupdo...
  5. remove exif metadata on GroupDocs Blog | Docume...

    remove exif Metadata on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in remove exif Metadata on GroupDocs Blog | Document Automation Solutions for .NET &......remove exif metadata on GroupDocs Blog | Document Automation...Recent content in remove exif metadata on GroupDocs Blog | Document...

    blog.groupdocs.com/ja/tag/remove-exif-metadata/...
  6. 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 // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata Metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = Metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit Metadata System....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  7. Support of Password-Protected OneNote Documents...

    We are glad to announce the monthly release of GroupDocs.Metadata for Java 19.1. In this version, we have introduced two new features and added seven enhancements. Using the latest version, you can extract Metadata from Matroska Multimedia Container (.MKV) files. Furthermore, the latest version allows you to extract Metadata from password-protected OneNote documents. Please have a look at the release notes for more details. Features Introduced Support for the Matroska Multimedia Container FilesThe latest release is capable of extracting Metadata from the Matroska Multimedia Container (....Metadata for Java 19.1 . In this version...latest version, you can extract metadata from Matroska Multimedia Container...

    blog.groupdocs.com/metadata/support-of-password...
  8. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root Metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata Metadata = new Metadata(Constants.InputPng)) { var root = Metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/extracting-comm...
  9. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream in Java...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  10. 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:...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Node...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...