Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 12,251 for

metadata

(0.02 sec)
  1. Introducing Outlook Metadata Cleaner - An Outlo...

    Outlook Metadata Cleaner is an Outlook add-in powered by GroupDocs.Metadata for .NET that removes/cleans Metadata properties in the files selected to be attached with email. It is an attach file button that appears in New Message window in Outlook. When some file is selected to be attached with email, the add-in first cleans all the Metadata information saved with that file and then attaches Metadata free file with email message....Outlook Metadata Cleaner is an Outlook add-in powered by GroupDocs...GroupDocs.Metadata for .NET that removes/cleans metadata properties...

    blog.groupdocs.com/metadata/introducing-outlook...
  2. eSign Presentation with Metadata signature | Do...

    This article explains how to add Metadata signatures to Presentation document with GroupDocs.Signature...Metadata Product Solution GroupDocs...document with Metadata signature / ✎ Presentation Metadata eSign Presentation...

    docs.groupdocs.com/signature/java/esign-present...
  3. Working with metadata in JPEG images | Document...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop Metadata associated with a JPEG image. For more information on the Photoshop file format and Metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata for Java represents any loaded file as a tree consisting of Metadata properties and nested Metadata packages. You can easily iterate through the Metadata tree...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/traverse-a-who...
  5. eSign Image with Metadata signature | Documenta...

    This article shows how to add Metadata signatures to the image exif Metadata layer with various data types...Metadata Product Solution GroupDocs...Electronic signature types / Metadata signatures / eSign Image eSign...

    docs.groupdocs.com/signature/net/esign-image-wi...
  6. Working with metadata in Diagrams | Documentation

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root Metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. eSign PDF with Metadata signature | Documentation

    This article explains how to add Metadata signatures to PDF document meta info layer with GroupDocs.Signature...Metadata Product Solution GroupDocs...Electronic signature types / Metadata signatures / eSign PDF eSign...

    docs.groupdocs.com/signature/net/esign-pdf-with...
  9. Working with metadata in PNG images | Documenta...

    Reading PNG Metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG Metadata. Load a PNG image Get the root Metadata package Extract the native Metadata package using PngRootPackage.PngPackage Read the PNG Metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata Metadata = new Metadata(Constants.InputPng)) { var root = Metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Working with IPTC IIM metadata | Documentation

    This article shows how to access IPTC Metadata in a file of any supported format....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-ip...