Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 8,522 for

metadata

(0.05 sec)
  1. 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....Metadata for .NET version 1.3.0 with...introduces Metadata Replace API to find and replace metadata properties...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  2. Read Maker Notes from Canon and Panasonic using...

    The GroupDocs team is really pleased to announce the release of version 17.8.0 of the GroupDocs.Metadata for .NET API. The latest release comes up with a couple of new features and enhancements along with a bug fix. The API further improves its functionality by implementing the ability to read maker notes for Canon and Panasonic cameras. Beside adding two new manufacturers to the supported list, the API now supports some more camera models for SONY and Nikon that were not previously supported....Metadata for .NET API. The latest release...integrate this latest release. The Metadata Extraction API - New Features...

    blog.groupdocs.com/metadata/read-maker-notes-fr...
  3. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata Metadata = new Metadata(stream)) { // 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: GroupDocs.Metadata for ....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  4. 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...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

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

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

    docs.groupdocs.com/metadata/net/save-a-modified...
  6. 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...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Node...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  7. 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 Node...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  8. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired Metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata Metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = Metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/getting-known-...
  9. 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 getImageType method to obtain file format information advanced_usage.managing_Metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata Metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = Metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } 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 Java...

    docs.groupdocs.com/metadata/java/extracting-com...
  10. GroupDocs.Metadata for .NET 17.1.0 Now Detects ...

    GroupDocs team is really delighted to announce the release of** GroupDocs.Metadata for .NET version 17.01.0**. The latest release comes up with a number of new features and enhancements. Users can now detect or remove digital signatures from documents. The API has also improved document’s information retrieval and implements the ability to recognize file type of a document. And That’s not all! The API has also introduced some really exciting enhancements related to power point presentation documents and audio formats....Metadata for .NET version 17.01.0 **...in this version. GroupDocs.Metadata for .NET 17.01 - New Features...

    blog.groupdocs.com/metadata/releasing-goupdocs....