Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 29,922 for

groupdocs metadata

(0.14 sec)
  1. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root Metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata Metadata = new Metadata(Constants.InputGif)) { var root = Metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); 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); } Working with XMP Metadata Groupdocs....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Remove MP3 Metadata on GroupDocs Blog | Documen...

    Remove MP3 Metadata on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove MP3 Metadata on Groupdocs Blog | Document Automation Solutions for .NET & J......Remove MP3 Metadata on GroupDocs Blog | Document Automation Solutions...content in Remove MP3 Metadata on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/ar/tag/remove-mp3-metadata/i...
  3. Working with metadata in Note formats | Documen...

    Groupdocs.Metadata for .NET provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with Metadata directly but extracts some useful pieces of information that can be considered as Metadata under some circumstances. For example, you may want to obtain information about pages in a note document....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Best Practices in Metadata Management

    Before going in-depth to Metadata management, let’s discuss what the Metadata is? The Metadata summarizes basic information about data. In other words, it’s an information which describes the data that contained in something like a web page, document, or file. Another way to think of Metadata is as a short explanation or summary of what the data is. A simple example of Metadata for a document might include a collection of information like the author, file size, date the document was created, and keywords to describe the document....in-depth to Metadata management, let’s discuss what the metadata is?... The Metadata summarizes basic information about data. In other...

    blog.groupdocs.com/metadata/best-practices-in-m...
  5. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The Groupdocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF Metadata. Load an ASF video Get the root Metadata package Extract the native Metadata package using the AsfRootPackage.getAsfPackage method Read the ASF Metadata properties advanced_usage.managing_Metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata Metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = Metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. remove metadata from documents in csharp on Gro...

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

    blog.groupdocs.com/nl/tag/remove-metadata-from-...
  7. remove exif metadata on GroupDocs Blog | Docume...

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

    blog.groupdocs.com/pl/tag/remove-exif-metadata/...
  8. Sign documents with encrypted metadata text | D...

    This article explains how to create encrypted Metadata electronic signature with Groupdocs.Signature API...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/net/sign-documents...
  9. Working with metadata in TIFF images | Document...

    Working with XMP Metadata Groupdocs.Metadata for .NET allows managing XMP Metadata in TIFF images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF Metadata The Groupdocs.Metadata API supports handling EXIF Metadata in TIFF images. Please find appropriate code samples in the Working with EXIF Metadata section. Working with IPTC Metadata Groupdocs.Metadata for .NET is also able to work with IPTC Metadata in TIFF images....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 TIFF images | Document...

    Working with XMP Metadata Groupdocs.Metadata for Java allows managing XMP Metadata in TIFF images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF Metadata The Groupdocs.Metadata API supports handling EXIF Metadata in TIFF images. Please find appropriate code samples in the Working with EXIF Metadata section. Working with IPTC Metadata Groupdocs.Metadata for Java is also able to work with IPTC Metadata in TIFF images....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

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