Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 1,003 for

date

(0.06 sec)
  1. Perform Faceted Search using Java

    This topic will guide you on how to perform faceted search using Java. You’ll find code to create faceted search in Java without the need for any additional tools....attributes, such as categories, dates, or file types. After reading...like document type, creation date, or author help narrow down...

    kb.groupdocs.com/search/java/perform-faceted-se...
  2. Remove Cache Entries (DocumentCache) - Free Sup...

    Hi Support, In v2.18, there is a method called "RemoveOldEntries" under DocumentCache class. This method used to clean old cache entities. We are not able to locate this method for v3.0, could you p…... Date of fixes release. 3. confirmation...

    forum.groupdocs.com/t/remove-cache-entries-docu...
  3. eSign Presentation with Metadata signature | Gr...

    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/python-net/esign-p...
  4. How to Сreate a Plugin for Sugar On-Demand Usin...

    SugarCRM is an open-platform web-based customer relationship management system which has an on-demand cloud platform, Sugar On-Demand. In a previous article, we discussed how to create and use a plugin for SugarCRM, now we will discuss Sugar On-Demand’s features. We will use the GroupDocs GDrive plugin as an example. [caption id=“attachment_3933” align=“alignnone” width=“600” caption=“How to Сreate a Custom GroupDocs Plugin for Sugar On-Demand”] [/caption] Requirements PHP 5.3 SugarCRM On-Demand account SugarCRM On-Demand application GroupDocs account Development of GroupDocs GDriveTwo main features of Sugar On-Demand are: All functions relating to the file system are denied....style="display: block"> Expiration date: <input type="text" id="datePicker"...src="modules/gd\_GroupDocs/images/cal.gif" id="date"/> </label> <input type="button"...

    blog.groupdocs.com/total/how-to-create-plugin-f...
  5. 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...
  6. 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...
  7. 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-...
  8. 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...
  9. 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...
  10. Remove Metadata from DOCX using C#

    In this tutorial, you'll learn how to remove metadata from DOCX using C#. Also, you'll be provided with a simple code example to clean metadata from DOCX in C#....author information, creation date, editing history, and more.... creation and modification dates, document properties, and revision...

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