Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 30,881 for

groupdocs metadata

(0.07 sec)
  1. Metadata Editor Powered by GroupDocs.Metadata f...

    Are you looking for some Metadata editing tool to manipulate your files? Your search is over as the Metadata Editor powered by Groupdocs.Metadata for .NET is out and available now. Metadata Editor is a desktop application that demonstrates how to view and update the Metadata information attached with the supported file formats using Groupdocs.Metadata for .NET API. Let’s download and give it a try. .NET Metadata Editor - FeaturesFollowing are the basic features exposed by the ....Are you looking for some metadata editing tool to manipulate...as the Metadata Editor powered by GroupDocs.Metadata for .NET...

    blog.groupdocs.com/metadata/metadata-editor-pow...
  2. eSign Image with Metadata signature | Documenta...

    This article shows how to add Metadata signatures to the image exif Metadata layer with various data types...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/net/esign-image-wi...
  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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. 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...
  5. metadata cleaner using Java on GroupDocs Blog |...

    Metadata cleaner using Java on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Metadata cleaner using Java on Groupdocs Blog | Document Automation Soluti......metadata cleaner using Java on GroupDocs Blog | Document Automation...content in metadata cleaner using Java on GroupDocs Blog | Document...

    blog.groupdocs.com/th/tag/metadata-cleaner-usin...
  6. eSign document with Metadata signature | Docume...

    This article shows how to add Metadata signature to the each document type meta layer with different data types over with Groupdocs.Signature...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/net/esign-document...
  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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. remove metadata using Java on GroupDocs Blog | ...

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

    blog.groupdocs.com/de/tag/remove-metadata-using...
  9. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The Groupdocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of Metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root Metadata package Extract the native Metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata Metadata = new Metadata(Constants.InputJpeg2000)) { var root = Metadata.GetRootPackage(); if (root....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. 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.getPngPackage Read the PNG Metadata properties advanced_usage.managing_Metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata Metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = Metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/working-with-m...