Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 2,015 for

properties

(0.02 sec)
  1. Removing metadata | Documentation

    Not all metadata Properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom Properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata Properties....feedback Not all metadata properties extracted from a file are...allow adding fully custom properties that can’t be properly tagged...

    docs.groupdocs.com/metadata/python-net/removing...
  2. Removing metadata | Documentation

    Not all metadata Properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom Properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata Properties....feedback Not all metadata properties extracted from a file are...allow adding fully custom properties that can’t be properly tagged...

    docs.groupdocs.com/metadata/java/removing-metad...
  3. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF files 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 AsfRootPackage.AsfPackage Read the ASF metadata Properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic Properties Console....Reading ASF format-specific properties The GroupDocs.Metadata API...using Read the ASF metadata properties AdvancedUsage.ManagingMetadataForS...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. GroupDocs.Metadata for Node.js via Java | Docum...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....as input, access the file property information and allows users...metadata properties Set specific metadata properties Remove specific...

    docs.groupdocs.com/metadata/nodejs-java/
  5. GroupDocs.Metadata for Python via .NET | Docume...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....as input, access the file property information and allows users...metadata properties Set specific metadata properties Remove specific...

    docs.groupdocs.com/metadata/python-net/
  6. Get Document Information using Java

    Learn how to get document information using Java. Improve the efficiency of document management by mastering the technique of how to get file Properties using Java....tools to access metadata, properties, and other vital data effectively...code example to get file properties using Java . Steps to Get...

    kb.groupdocs.com/metadata/java/get-document-inf...
  7. How to Add Watermark in Word using C#

    This short article focus on how to add watermark in Word using C#. It's a step-by-step instructions with sample code to insert watermark in Word using C#....class and set watermark’s properties Call the Add method of Annotator...with watermark according set properties of WatermarkAnnotation. Code...

    kb.groupdocs.com/annotation/net/how-to-add-wate...
  8. Possible to load in an email in MSG file format...

    As per subject, does any of the GroupDocs.Total components allow loading of MSG file, modification of attachments, and then saving back out as MSG?...content, attachments and properties? vladimir.litvinchik February...content, attachments, and properties, it is reasonable to implement...

    forum.groupdocs.com/t/possible-to-load-in-an-em...
  9. Extract RIFF INFO and Metadata of WAV files in C#

    Extract metadata and RIFF INFO of WAV audio files in C#. Metadata API allows metadata management within your .NET applications....the WAV package metadata properties of WAV files in C#. Load...Now you can access all the properties of WAV audio. Here is the...

    blog.groupdocs.com/metadata/extract-riff-info-a...
  10. Read MP3 Tags in Java - (ID3, Lyrics, APE) | Ja...

    Extract MP3 tags from the mp3 files in Java. Read the ID3v1, ID3v2, Lyrics, and APEv2 metadata standard tags from the mp3 files using Java Metadata API....retrieve each of the ID3v1 properties. The following Java source...can be retrieved from the properties of Attached Picture Frames...

    blog.groupdocs.com/metadata/read-mp3-tags-in-java/