Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 829 for

date

(0.07 sec)
  1. Extract metadata from MSG using C#

    Let’s explore how to extract metadata from MSG using C#. We will also provide MSG metadata extraction C# code that is compatible with Windows, macOS, and Linux....email, subject line, and sent date. Finally, iterate through the...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  2. eSign Spreadsheet with Metadata signature | Doc...

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

    docs.groupdocs.com/signature/net/esign-spreadsh...
  3. 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/
  4. 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...
  5. GroupDocs.Parser Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....TemplateRegexPositio("Invoice Date"), "InvoiceDate"), new TemplateField(new...TemplateField(new TemplateRegexPositio("Due Date"), "DueDate"), new TemplateField(new...

    blog.groupdocs.com/zh/categories/groupdocs.pars...
  6. Sign PDF with Digital Signature Certificate usi...

    Master the art of digitally signing PDFs with certificates in Java. Customize signatures and build your own application using Digital Signature API....Background Border Style Contact Info Date signed at Digital signed Font...

    blog.groupdocs.com/signature/sign-pdf-with-cert...
  7. System requirements | Documentation

    GroupDocs.Total for Java does not require any external software to be installed such as Microsoft Word, Microsoft Excel or Microsoft PowerPoint for document manipulation....sure you are using an up-to-date JDK from a supported vendor...

    docs.groupdocs.com/total/java/system-requirements/
  8. Support of Setting Output Page Size when Render...

    We have released version 18.5 of GroupDocs.Viewer for .NET with a couple of new features as well as 12 improvements and bug fixes. The latest version includes the feature of setting output page size when rendering email messages as image and PDF. Furthermore, you can now change the field labels in the header of the email messages. The feature of rendering password protected documents has also been extended for ODT and OTT formats....Sent] = "Date"; htmlOptions.EmailOptions....

    blog.groupdocs.com/viewer/support-of-setting-ou...
  9. Working with templates | Documentation

    Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page. Template fields The template field is set by TemplateField class with the following constructor: TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how to find the field on a page....First Street Anytown, State ZIP Date: 06/02/2019 TemplateRegexPositio...TemplateRegexPositio ( "Invoice Date" ), "InvoiceDate" ), new TemplateField...

    docs.groupdocs.com/parser/java/working-with-tem...
  10. Working with IPTC IIM metadata | Documentation

    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...