Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 833 for

date

(0.04 sec)
  1. Set metadata properties | Documentation

    The SetProperties method is used to upDate or add metadata. You can easily add metadata to photos, pdfs or you can upDate or add data to mp3 files....metadata properties containing the date the document was created/updated...

    docs.groupdocs.com/metadata/python-net/set-meta...
  2. eSign Presentation with Metadata signature | Do...

    This article explains how to add metadata signatures to Presentation document with GroupDocs.Signature...properties like Author, Creation Date, Producer, Entry, Keywords etc...

    docs.groupdocs.com/signature/net/esign-presenta...
  3. Generate and Automate Documents using Multiple ...

    At GroupDocs, we are always keen to broaden the usability of our APIs across multiple platforms. Keeping that in mind, we are pleased to release GroupDocs.Assembly for Java, a simpe document automation and report generation API that is materialized with multitude of extinct features that you may not have experience before. Such as, support of multiple data sources, multitude of supported file formats. We would encourage you to explore the API and share your valuable feedback....fetching data from different date nodes/sources. Data manipulation...

    blog.groupdocs.com/assembly/releasing-next-gene...
  4. Search for built-in Metadata signatures | Docum...

     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/java/search-for-bu...
  5. Advanced search for Digital signatures | Docume...

     This article explains how to make advanced search for digital electronic signatures with GroupDocs.Signature API....SubjectName = "Test" , // specify date range period of signature SignDateTimeFrom...

    docs.groupdocs.com/signature/net/advanced-searc...
  6. How to Compare Excel Spreadsheets - Online & Fr...

    Compare Excel files using the free online comparison tool. Developers can use .NET, Java, and Cloud API to build a document comparison application....your data is accurate, up-to-date, and free of errors. Compare...

    blog.groupdocs.com/comparison/compare-excel-spr...
  7. Clean Metadata of Documents and Images using Java

    Java API to remove all or selective metadata properties of DOCX, XLSX, PPTX, PDF documents, JPEG, PNG, WebP images, email, eBooks, Visio Drawings, Zip, etc....Name, Document Modification Date, Make and Model of Camera, etc...

    blog.groupdocs.com/metadata/remove-metadata-fro...
  8. 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...
  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/java/handling-metad...
  10. Adding metadata | Documentation

    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/