Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 834 for

date

(0.06 sec)
  1. Merge Excel spreadsheets | Documentation

    Follow this guide and learn how to merge MS Excel spreadsheets using Java programming language....such as text string, numbers, date, currency, etc. or as formulas...

    docs.groupdocs.com/merger/java/merge/excel/
  2. Adding class name to input controls | Documenta...

    Follow this guide and learn how to edit Word documents that contain input controls like buttons, textboxes, checkboxes, combo-boxes, input fields, dropdown lists, radio-buttons, Date/time pickers etc. using GroupDocs.Editor for Node.js and Java....dropdown lists, radio-buttons, date/time pickers, and more, which...

    docs.groupdocs.com/editor/nodejs-java/adding-cl...
  3. 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 the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....work, the author, the creation date, and copyright information....

    docs.groupdocs.com/metadata/java/working-with-m...
  4. search.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/search/java/weekly0.5https://docs.groupdocs.com/search/java/about-search-engines/we......com/search/java/date-range-search/weekly0.5https://docs...5https://docs.groupdocs.com/search/net/date-range-search/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/search.xml
  5. Use redaction policies | Documentation

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions.... Current date and time is used as a part of...

    docs.groupdocs.com/redaction/python-net/use-red...
  6. 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.... WriteLine ( "Creation date: {0}" , package . CreationDate...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Extract metadata from EPUB using C#

    In this article, we will detail the steps required to extract metadata from EPUB using C#. Also, a sample of the EPUB metadata extraction C# code will be provided....the author, title, publication date, and more, which can greatly...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  8. Evaluation Limitations and Licensing | Document...

    Free search api version is available to evaluate the API which will be similar as licensed but with few limitations....licensed to, subscription expiry date and so on. It contains the digital...

    docs.groupdocs.com/search/nodejs-java/evaluatio...
  9. eSign Image with Metadata signature | Documenta...

    This article shows how to add metadata signatures to the image exif metadata layer with various data types... Now )) // Date Time value . Add ( new ImageMetadataSignatu...

    docs.groupdocs.com/signature/net/esign-image-wi...
  10. Use redaction policies | Documentation

    If you have a corporate sensitive data removal policy as a list of redaction rules, you don’t need to specify them in your code. You can specify an XML document with a list of pre-configured redactions. Below is an example of redaction policy XML file (code properties mapping is obvious): RedactionPolicy.xml You can use RedactionPolicy.... Current date and time is used as a part of...

    docs.groupdocs.com/redaction/java/use-redaction...