Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 30,881 for

groupdocs metadata

(0.27 sec)
  1. GroupDocs.Metadata for .NET 1.5.0 Released with...

    At Groupdocs, we are always keen to improve our products and enhance user experience. Hence, we are excited to announce Groupdocs.Metadata for .NET 1.5.0. The latest version of our Metadata API provides many new features. Please see below for the list of features. Groupdocs.Metadata for .NET 1.5.0 – Features In this update new abilities for JP2/JPEG2000, JPEG and MS Visio File Formats have been added: Read & write XMP Metadata of JP2 Format Detect bar-codes in JPEG Format Save changes into original document source (doc)....At GroupDocs, we are always keen to improve our products and...are excited to announce GroupDocs.Metadata for .NET 1.5.0. The latest...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  2. 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 ....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  3. 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....The GroupDocs team is really pleased to announce the release...version 17.8.0 of the GroupDocs.Metadata for .NET API. The latest...

    blog.groupdocs.com/metadata/read-maker-notes-fr...
  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...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

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

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

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  6. Working with TORRENT files | Documentation

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains Metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-to...
  7. Handling the Lyrics tag | Documentation

    This article explains how to handle Lyrics tag....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/handling-the-l...
  8. Handling the ID3v1 tag | Documentation

    This article explains how to handle ID3v1 tag....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/handling-the-i...
  9. Load from a local disk | Documentation

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk JavaScript try { const Metadata = new Groupdocs.Metadata.Metadata("input.one"); } 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: Groupdocs.Metadata for ....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...
  10. Get document info | Documentation

    This article shows that how to get meta information of a document....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/get-document-info/