Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 10,572 for

new

(0.07 sec)
  1. Working with JSON Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for Java 19.11 or later releases. Simplified working with JSON data sources To access JSON data while building a report, you can pass a JsonDataSource instance to the engine as a data source. Using of JsonDataSource enables you to work with typed values of JSON elements in template documents. For more convenience, the set of simple JSON types is extended as follows:...Consulting Blog Knowledge Base New Releases Status Websites aspose...JsonDataLoadOptions options = new JsonDataLoadOptions(); options...

    docs.groupdocs.com/assembly/java/working-with-j...
  2. After adding GroupsDocs Search, form designer n...

    After I add GroupDocs Search to .NET9 project, UI editor doesn’t work. When I take a button and drop it on the form, it gets added to the bottom of the form and not to the actual form. If I uninstall Search, everything w…...Golubkov May 7, 2025, 12:46pm 23 A new version of GroupDocs.Search compatible...2025, 1:12pm 24 It works on a new project. Thank you for taking...

    forum.groupdocs.com/t/after-adding-groupsdocs-s...
  3. Generating page preview for WordProcessing docu...

    This article describes how to generate a preview for any page for the existing WordProcessing document in SVG format using the GroupDocs.Editor...Consulting Blog Knowledge Base New Releases Status Websites aspose...the obtained struct invoke a new instance method and in this method...

    docs.groupdocs.com/editor/net/generating-page-p...
  4. Get document information | Documentation

    This article explains how to detect document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...information. const merger = new groupdocs . merger . Merger (...

    docs.groupdocs.com/merger/nodejs-java/get-docum...
  5. Licensing and Subscription | Documentation

    Free evaluation version simply becomes licensed when you set the license. You can set the license in a number of ways that described in the next sections of this article....Consulting Blog Knowledge Base New Releases Status Websites aspose...Setup license. License license = new License (); license . SetLicense...

    docs.groupdocs.com/editor/net/licensing-and-sub...
  6. Boolean search | Documentation

    This article gives the knowledge of the boolean search definition which includes all boolean operators used for boolean search, and boolean query examples using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/boolean-s...
  7. Synchronizing shards | Documentation

    This page contains information about synchronizing shards in the search network....Consulting Blog Knowledge Base New Releases Status Websites aspose...SynchronizeOptions options = new SynchronizeOptions (); indexer...

    docs.groupdocs.com/search/java/synchronizing-sh...
  8. Load document from local disk | Documentation

    Learn how to extract data from documents on the local disk...Consulting Blog Knowledge Base New Releases Status Websites aspose...filePath using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/load-document-fro...
  9. 用 Java 处理 JPEG、PNG、TIFF 和 WebP 图像的 EXIF 数据

    在 Java 中操作图像的 EXIF 元数据。使用 Java API 以编程方式提取、更新、添加或删除 JPG/JPEG、PNG、WebP 或其他图像的 EXIF 数据。...Java try (Metadata metadata = new Metadata("eiffel-tower.jpg"))...包并显示其键和值。 try (Metadata metadata = new Metadata("eiffel-tower.jpg"))...

    blog.groupdocs.com/zh/metadata/handle-exif-data...
  10. Java 文件搜索 - 跨文件夹搜索文件中的多个文本

    使用 Java 搜索分布在不同文件夹中的各种文件中的多个文本或短语。在相应的 HTML 文件中突出显示扫描结果。...// 在指定文件夹中创建索引 Index index = new Index("path/for/indexingFolder");...OutputAdapter outputAdapter = new FileOutputAdapter(OutputFormat...

    blog.groupdocs.com/zh/search/search-multiple-te...