Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 1,983 for

release notes

(0.09 sec)
  1. GroupDocs.Viewer for .NET UI 8.1.1 – 最新更新和修复(20...

    探索在 2025 年 9 月发布的 GroupDocs.Viewer for .NET UI 8.1.1 中的新功能、改进和错误修复。... 📚 了解更多 # Release Notes GitHub Repository Free Support...

    blog.groupdocs.com/zh/viewer/groupdocs-viewer-f...
  2. GroupDocs.Viewer per .NET UI 8.1.2 – Ultimi agg...

    Scopri le novità di GroupDocs.Viewer per .NET UI 8.1.2. Disponibile ora su NuGet e sul sito web di GroupDocs.... Risorse # Note di rilascio complete – https://github...upDocs.Viewer-for-.NET-UI/releases/tag/8.1.2 Esempi – https://github...

    blog.groupdocs.com/it/viewer/groupdocs-viewer-f...
  3. Developers Guide - Web Report Generator | Group...

    Execution Steps Inputs A Template created in one of the Supported Document Formats conforming to Supported Template Syntax. A Connection String in order to connect to a DataBase that can be accessed through DataSet / DataTable etc Type of Data Source. For example, Table / Views etc Data Source. Select a table / view from the connected DataBase System Processing Verifies Template Document Format. Connects to MS SQL Server Database using connection string Tests Connection according to the provided connection string....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...Shopping Store The Business Layer Note: This business case covers almost...

    docs.groupdocs.com/assembly/net/developers-guid...
  4. Merge files | GroupDocs

    This article explains how to merge files of PDF, Microsoft Word, Excel and PowerPoint and other formats using GroupDocs.Merger for Python via .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...quite wide and you can find it . Note Try online You can try to merge...

    docs.groupdocs.com/merger/python-net/merge/
  5. Convert publisher formats | GroupDocs

    In this article, you will learn how to convert Publisher formats to other formats with GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...Conversion does all the rest. Note Refer to the for more conversion...

    docs.groupdocs.com/conversion/net/convert/publi...
  6. GroupDocs.Total pour .NET 25.8 – Dernières mise...

    Découvrez les nouveautés de GroupDocs.Total pour .NET 25.8. Disponible dès maintenant sur NuGet et le site Web de GroupDocs....depuis NuGet ou GroupDocs Releases . Nouveautés dans cette version...NET 25.8 . En savoir plus # Notes de version complètes Documentation...

    blog.groupdocs.com/fr/total/groupdocs-total-for...
  7. GroupDocs.Conversion لنظام .NET 25.9 - آخر التح...

    استكشف ما هو جديد في GroupDocs.Conversion لـ .NET الإصدار 25.9. متوفر الآن على NuGet وموقع GroupDocs....الخط الافتراضي) متاحة في release notes . كيفية التحديث # NuGet...

    blog.groupdocs.com/ar/conversion/groupdocs-conv...
  8. 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-...
  9. 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...
  10. 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...