Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 893 for

date

(0.1 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. professional-services.pdf

    DRAFT PROFESSIONAL SERVICES Business Plan DRAFT TABLE OF CONTENTS Introduction ........................................................4 1. Executive Summary .............................................start and bring the reader up-to-date on where the company is now...management responsibilities with dates and budgets and making sure...

    docs.groupdocs.com/conversion/python-net/_sampl...
  6. professional-services.pdf

    DRAFT PROFESSIONAL SERVICES Business Plan DRAFT TABLE OF CONTENTS Introduction ........................................................4 1. Executive Summary .............................................start and bring the reader up-to-date on where the company is now...management responsibilities with dates and budgets and making sure...

    docs.groupdocs.com/conversion/java/_sample_file...
  7. Adding class name to input controls | GroupDocs

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

    docs.groupdocs.com/editor/java/adding-class-nam...
  8. 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 non-licensed API. 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. You will face following limitations while using the API without the license....licensed to, subscription expiry date and so on. It contains the digital...

    docs.groupdocs.com/assembly/net/evaluation-limi...
  9. Evaluation Limitations and Licensing | GroupDocs

    Learn about evaluation limitations and licensing options for GroupDocs.Parser for .NET. Free trial limitations include 100 files per session, 5 pages per document, and evaluation watermarks....licensed to, subscription expiry date and so on. It contains the digital...

    docs.groupdocs.com/parser/net/evaluation-limita...
  10. How to edit CSV file | GroupDocs

    This guide demonstrates how to edit CSV, TSV, comma-separated value and other text files with different settings and many other powerful features of GroupDocs.Editor for Java....and treat them as numbers or date-time values. By default this...

    docs.groupdocs.com/editor/java/how-to-edit-csv-...