Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 785 for

date

(0.04 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. Evaluation Limitations and Licensing | Document...

    GroupDocs.Metadata for Node.js provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....licensed to, subscription expiry date and so on. It contains the digital...

    docs.groupdocs.com/metadata/nodejs-java/evaluat...
  7. 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...
  8. 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
  9. 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...
  10. 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...