Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 829 for

date

(0.08 sec)
  1. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....work, the author, the creation date, and copyright information....

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Handling metadata in WAV files | Documentation

    This article explains about the API supports extracting metadata from WAV files...work, the author, the creation date, and copyright information....

    docs.groupdocs.com/metadata/java/handling-metad...
  3. Features Overview | Documentation

    The search api allow you to optimize, merge, delete, upDate and create indexes along with many other fascinating features... Date range search. Numeric range...object types: text, numbers, dates, file names, document types...

    docs.groupdocs.com/search/net/features-overview/
  4. Features Overview | Documentation

    The search api allow you to optimize, merge, delete, upDate and create indexes along with many other fascinating features... Date range search. Numeric range...object types: text, numbers, dates, file names, document types...

    docs.groupdocs.com/search/nodejs-java/features-...
  5. Features Overview | Documentation

    The search api allow you to optimize, merge, delete, upDate and create indexes along with many other fascinating features... Date range search. Numeric range...object types: text, numbers, dates, file names, document types...

    docs.groupdocs.com/search/java/features-overview/
  6. 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....as the artist, the creation date, and copyright information,...

    blog.groupdocs.com/metadata/extract-riff-info-a...
  7. Extract metadata from PPTX using C#

    Quickly learn how to extract metadata from PPTX using C#. An example of PPTX metadata extraction C# code will be provided, compatible with Windows, macOS, and Linux....such as the author, creation date, and even editing history—that...such as authorship, creation dates, and revision history directly...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  8. 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....containing the file last printing date if it's missing // Note that...

    docs.groupdocs.com/metadata/nodejs-java/removin...
  9. Handling metadata in WAV files | Documentation

    This article explains about the API supports extracting metadata from WAV files...work, the author, the creation date, and copyright information....

    docs.groupdocs.com/metadata/net/handling-metada...
  10. Extract Data Fields from the Documents using Gr...

    Hello everyone! I am back with something new and exciting for the developers who use to deal with the automated data extraction from the documents. A few years back, we released GroupDocs.Parser API which aimed to extract the text from various document formats. We kept on adding the features to it and today, it has become a giant API that provides a wide range of features including formatted text extraction, highlighted and structured text extraction, metadata extraction, extraction of images and the list goes on....invoice numbers, order number, date, price, etc. Such documents...

    blog.groupdocs.com/parser/extract-data-fields-f...