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

notes

(0.08 sec)
  1. .NET File Search - Search Multiple Texts in Fil...

    Search for multiple texts or phrases in various files spread across diverse folders using C#. Highlight scanning results in respective HTML files....eBooks, email messages, One Note documents, and ZIP archives...

    blog.groupdocs.com/search/search-multiple-texts...
  2. GroupDocs.Comparison for .NET 26.2 – 最新更新與修復(20...

    探索 GroupDocs.Comparison for .NET 26.2 的新功能。現已在 NuGet 與 GroupDocs 官方網站上提供。... 了解更多 # Full Release Notes Documentation Free Support Forum...

    blog.groupdocs.com/zh-hant/comparison/groupdocs...
  3. 下载 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...
  4. 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...
  5. Add Image Watermark to DOCX Using Python

    Add image watermark to DOCX using Python for secure document branding. This guide also shows how to apply watermark to DOCX document in Python with full control....“Confidential,” “Draft,” or any custom note to ensure every sheet communicates...

    kb.groupdocs.com/watermark/python/add-image-wat...
  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.... Please note that the number in the text...

    docs.groupdocs.com/search/java/numeric-range-se...
  7. 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.... println (); } } Note Not all possible properties...

    docs.groupdocs.com/metadata/java/getting-known-...
  8. Compare multiple documents | GroupDocs

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Java....multiple documents Leave feedback Note This feature is available only...

    docs.groupdocs.com/comparison/java/compare-mult...
  9. GroupDocs.Watermark для Python через .NET 25.12...

    Исследуйте новинки GroupDocs.Watermark для Python через .NET 25.12. Доступно сейчас на PyPI и сайте GroupDocs.... Learn more # Full Release Notes Documentation Free Support Forum...

    blog.groupdocs.com/ru/watermark/groupdocs-water...
  10. Developer guide | GroupDocs

    Note This section describes some basic and advanced use cases of GroupDocs.Watermark for .NET. Please refer to GitHub repository for more examples and samples. Basic Usage Advanced Usage Migration Notes...Developer guide Leave feedback Note This section describes some...

    docs.groupdocs.com/watermark/net/developer-guide/