Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 1,933 for

release notes

(0.12 sec)
  1. Working with CSV Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later Releases. To access CSV data while building a report, you can pass a CsvDataSource instance to the assembler as a data source. Using of CsvDataSource enables you to work with typed values rather than just strings in template documents. Although CSV as a format does not define a way to store values of types other than strings, CsvDataSource is capable to recognize values of the following types by their string representations:...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...Data Sources Leave feedback Note This feature is only compatible...

    docs.groupdocs.com/assembly/java/working-with-c...
  2. 下载 GroupDocs.Redaction for .NET 25.12 – 新的修复和改进...

    GroupDocs.Redaction for .NET 25.12 的最新修复和更新已于2025年12月发布。可在NuGet和GroupDocs网站上获取。...12 – December 2025 Release Notes 目录 修复和增强 新增内容? 如何获取更新 了解更多...

    blog.groupdocs.com/zh/redaction/groupdocs-redac...
  3. GroupDocs.Redaction for .NET 25.12 다운로드 – 새로운 수...

    GroupDocs.Redaction for .NET 25.12 최신 수정 및 업데이트가 2025년 12월에 출시되었습니다. NuGet 및 GroupDocs 웹사이트에서 제공됩니다....12 – December 2025 Release Notes Table of Contents 수정 및 향상...

    blog.groupdocs.com/ko/redaction/groupdocs-redac...
  4. Compare multiple documents | GroupDocs

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...multiple documents Leave feedback Note This feature is available only...

    docs.groupdocs.com/comparison/java/compare-mult...
  5. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...System . out . println (); } } Note Not all possible properties...

    docs.groupdocs.com/metadata/java/getting-known-...
  6. Numeric range search | GroupDocs

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...9223372036854775807 (Long.MAX_VALUE). Please note that the number in the text...

    docs.groupdocs.com/search/java/numeric-range-se...
  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....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...Leave feedback On this page Note You can use GroupDocs.Watermark...

    docs.groupdocs.com/watermark/java/evaluation-li...
  8. Index Browser | GroupDocs

    Index Browser is a .NET application for managing indexes created using the GroupDocs.Search library...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...left side of the window. Please note that to search for a phrase...

    docs.groupdocs.com/search/nodejs-java/index-bro...
  9. Numeric range search | GroupDocs

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue)....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...9223372036854775807 (Int64.MaxValue). Please note that the number in the text...

    docs.groupdocs.com/search/net/numeric-range-sea...
  10. Sign document with XAdES Digital signature | Gr...

     This article explains how to sign Spreadsheet document with XAdES Digital electronic signatures using advanced options with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...Leave feedback On this page Note This feature is supported only...

    docs.groupdocs.com/signature/net/sign-document-...