Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 1,129 for

date

(0.76 sec)
  1. Extract Metadata from Excel Spreadsheets in C# ...

    Learn how to extract metadata from Microsoft Excel spreadsheets (.xls, .xlsx) in C# using GroupDocs.Parser for .NET. Step-by-step guide with code example....the author, company, creation date, last modification time, and...

    docs.groupdocs.com/parser/net/extract-metadata-...
  2. Working with metadata in AVI files | GroupDocs

    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...
  3. Handling metadata in WAV files | GroupDocs

    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...
  4. Adding metadata | GroupDocs

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata search engine...containing the file last printing date var affected = metadata . AddProperties...

    docs.groupdocs.com/metadata/net/adding-metadata/
  5. Search for built-in Metadata signatures | Group...

    This article explains how to provide advanced search for metadata electronic signatures with GroupDocs.Signature API....like document author, creation date, document keywords, titles,...

    docs.groupdocs.com/signature/net/search-for-bui...
  6. Latest GroupDocs.Editor Product Family topics -...

    Get technical support of GroupDocs.Editor for .NET and Java....dotnet 7 399 November 16, 2022 Date field in template populated...

    forum.groupdocs.com/c/editor/20
  7. Reference to CommonUtilities - Free Support For...

    Hi I just installed GroupDocs.Assembly via nuget in Visual Studio. In C#, I have added references to GroupDocs.Assembly amd GroupDocs.Assembly.Data, but I couldn’t find reference to CommonUtilities, eg. assembler.Assemb…...Report"); // Setting current date and current time at the right...

    forum.groupdocs.com/t/reference-to-commonutilit...
  8. Features Overview | GroupDocs

    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/
  9. Read Metadata from DOCX using Java

    Let's learn the knowledge of how to read metadata from DOCX using Java. Master the skill to read metadata of DOCX using Java without installing extra software....details like authorship, creation date, and revision history, offers...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  10. Remove Metadata from XLS using C#

    Quickly understand how to remove metadata from XLS using C#. Additionally, you'll get code snippet illustrating the process of how to delete metadata from XLS in C#....as author details, creation date, and more. However, there are...

    kb.groupdocs.com/metadata/net/remove-metadata-f...