Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 29,919 for

groupdocs metadata

(0.04 sec)
  1. 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....is another month and GroupDocs.Metadata for .NET has another...more supported file formats. GroupDocs Team is always looking for...

    blog.groupdocs.com/metadata/new-release-groupdo...
  2. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata Metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove Metadata here } More resources 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/java/load-a-passwor...
  3. Basic Usage | Documentation

    Quick Start section for Groupdocs.Metadata API Manage Metadata in your documents fast and easy with our intuitive and powerful API just with a few lines of code. Let’s review 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/python-net/basic-us...
  4. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/load-from-a-str...
  5. 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:...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/extracting-comm...
  6. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source 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...
  7. GroupDocs.Metadata for .NET v1.3.0 introduces n...

    Groupdocs team is pleased to announce another monthly release of Groupdocs.Metadata for .NET version 1.3.0 with extended features for existing supported formats and support of new file formats. Moreover, in this version, the team introduces Metadata Replace API to find and replace Metadata properties in document formats. Not only this, but the user will also be able to define his/her custom logic to replace Metadata properties in supported documents. Let’s see what’s more in this new package....GroupDocs team is pleased to announce another monthly release...release of GroupDocs.Metadata for .NET version 1.3.0 with extended...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  8. Audio | Documentation

    Learn about managing Metadata for Audio formats....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/audio/
  9. Audio | Documentation

    Open Navigation Close Navigation Products Groupdocs.Total Product Family Groupdocs.Viewer Product Solution Groupdocs.......Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/audio/
  10. Features Overview | Documentation

    A Python via .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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/python-net/features...