Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 1,011 for

date

(0.09 sec)
  1. How Lawyers and Legal Firms Benefit from GroupD...

    Online document management has gained wide industry acceptance in the last few years. From version control, central document repositories, cost reduction, and increasing employee output: cloud technologies helps. One of the tasks we often perform in our work is to compare documents or files to find differences and check which version is the most recent. That can be frustrating at times: it is time consuming and takes time that could be used for other tasks....check which is the most up-to-date version of two documents in...

    blog.groupdocs.com/comparison/how-lawyers-and-l...
  2. Field Management | GroupDocs

    This documentation section explains how to the management and manipulation of form fields within documents.... Represents a date input form field. FormFieldCollection...

    docs.groupdocs.com/editor/net/form-field-manage...
  3. Field Management in GroupDocs.Editor for Java |...

    This documentation section explains how to the management and manipulation of form fields within documents.... Represents a date input form field. FormFieldCollection...

    docs.groupdocs.com/editor/java/form-field-manag...
  4. Evaluation Limitations and Licensing | GroupDocs

    Note You can use GroupDocs.Assembly without the license. The usage and functionalities are pretty much same as the licensed one but you will face few limitations while using the API without license. Evaluation Version Limitations You can easily download GroupDocs.Assembly for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license....licensed to, subscription expiry date and so on. It contains the digital...

    docs.groupdocs.com/assembly/java/evaluation-lim...
  5. License update without updating GroupDocs versi...

    Hello, We are using below packages of GroupDocs and we couldn’t upDate to next version due to unspported .NET framework version. currently we are using 4.6.1 Do we still need to upDate the license if we are not updatin…...published before expiration date. You do not need to request...

    forum.groupdocs.com/t/license-update-without-up...
  6. Evaluation Limitations and Licensing | GroupDocs

    Note You can use GroupDocs.Parser without the license. The usage and functionalities are pretty much same as the licensed one but you will face few limitations while using the non-licensed API. Evaluation Limitations You can easily download GroupDocs.Parser for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license. You will face following limitations while using the API without the license: API Limit Only 100 files per session Only 5 pages (slides, sheets) of a document Text extraction Only 20 lines per fileOnly the first 1600 symbols Only the first 5 pages (slides, sheets)+ Evaluation marks Formatted text and text structure extraction Only 20 rows for spreadsheetsOnly the first 1600 symbolsOnly the first 5 pages (slides, sheets)+ Evaluation marks Metadata extraction Only 5 properties per file Licensing The license file contains details such as the product name, number of developers it is licensed to, subscription expiry Date and so on....licensed to, subscription expiry date and so on. It contains the digital...

    docs.groupdocs.com/parser/java/evaluation-limit...
  7. Evaluation Limitations and Licensing | GroupDocs

    free watermark 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/watermark/java/evaluation-li...
  8. Working with metadata in ASF files | GroupDocs

    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 the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation Date: %s", asfPackage.... format ( "Creation date: %s" , asfPackage . getCreationDate...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Working with templates | GroupDocs

    Complete guide to creating and using templates for structured data extraction with GroupDocs.Parser for .NET. Learn template-based extraction for invoices, forms, and documents in C#....First Street Anytown, State ZIP Date: 06/02/2019 TemplateRegexPositio...TemplateRegexPositio ( "Invoice Date" ), "InvoiceDate" ), new TemplateField...

    docs.groupdocs.com/parser/net/working-with-temp...
  10. High CPU Usage with GroupDocs.Watermark for Jav...

    I am currently using the GroupDocs.Watermark for Java library in a Java 8 environment, and I have encountered an issue where the CPU usage exceeds 100% on our EC2 when invoking the watermarking service. Below is a brief …...format(new Date()); String baseText = String...SimpleDateFormat("yy-MM-dd").format(new Date()); String baseText = String...

    forum.groupdocs.com/t/high-cpu-usage-with-group...