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

date

(0.09 sec)
  1. Merge Excel spreadsheets | GroupDocs

    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. eSign Image with Metadata signature | GroupDocs

    This article shows how to add metadata signatures to the image exif metadata layer with various data types... now ())) # Date Time value imgs_metadata_id...

    docs.groupdocs.com/signature/python-net/esign-i...
  3. 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 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. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata.... setCreationDate ( new Date ()); root . getDocumentPropertie...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Working with IPTC IIM metadata | GroupDocs

    This article explains how to access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IIptc.getIptcPackage method.... setDateSent ( new Date ()); root . getIptcPackage ()...getApplicationRecord (). setReleaseDate ( new Date ()); // ... metadata . save...

    docs.groupdocs.com/metadata/java/working-with-i...
  6. EPUB Metadata Editor – View & Edit EPUB Properties

    Discover ways to view and edit EPUB metadata. Either edit EPUB metadata online or do it programmatically using C# & Java....Date = DateTime.Now.ToString(); metadata...getEpubPackage().setDate(new Date().toString()); metadata.save("path/ebook...

    blog.groupdocs.com/metadata/view-edit-epub-meta...
  7. Online Signature Plugin from GroupDocs Now Avai...

    We’ve announced the launch of GroupDocs’ online signature plugin for DotNetNuke. This plugin lets you embed signature forms into DotNetNuke, share them with customers and collect signatures online. The workflow is simple: upload a document template to GroupDocs, add signature fields (Date, sign, single/multi-line text fields, etc.), include signer email addresses and publish. Recipients fill in the form information and submit it online. An instant notification is received on completion of the task....GroupDocs, add signature fields (date, sign, single/multi-line text...

    blog.groupdocs.com/signature/online-signature-p...
  8. Merge Excel spreadsheets | GroupDocs

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

    docs.groupdocs.com/merger/nodejs-java/merge/excel/
  9. Merge Excel spreadsheets | GroupDocs

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

    docs.groupdocs.com/merger/python-net/merge/excel/
  10. Merge Excel spreadsheets | GroupDocs

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

    docs.groupdocs.com/merger/net/merge/excel/