Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 1,201 for

date

(0.75 sec)
  1. 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...
  2. 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...
  3. 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...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...like the author, file size, date the document was created, and...

    blog.groupdocs.com/groupdocs.blog/page/41/
  5. 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...
  6. 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...
  7. 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-...
  8. Evaluation Limitations and Licensing | GroupDocs

    free trial api version for redaction 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/redaction/java/evaluation-li...
  9. Evaluation Limitations and Licensing | GroupDocs

    GroupDocs.Metadata for Python via .NET offers a Free Trial and a 30-day Temporary License for evaluation, plus several purchase plans....and the subscription expiry date. It carries a digital signature...

    docs.groupdocs.com/metadata/python-net/evaluati...
  10. Load Template Documents from File or Stream | G...

    Learn how to load template documents from file paths and streams for document assembly in .NET applications....data = new { Title = "Report" , Date = DateTime . Now }; DocumentAssembler...

    docs.groupdocs.com/assembly/net/basic-usage-loa...