Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 2,858 for

indexes

(0.09 sec)
  1. Search for embedded object with custom encrypti...

     This article explains how to search for embedded electronic signatures with custom encryption in document metadata. This topic contains example of custom encryption, class definition and search for encrypted objects in the document metadata with GroupDocs.Signature....for ( int index = 0 ; index < src . length (); ++ index ) { chTmp...chTmp = src . charAt ( index ); chTmp = ( char )( chTmp ^ this ...

    docs.groupdocs.com/signature/java/search-for-em...
  2. Search for embedded and encrypted objects in Me...

     This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic signature....for ( int index = 0 ; index < src . Length ; ++ index ) { chTmp...chTmp = src [ index ]; chTmp = ( char )( chTmp ^ this . Key ); dst...

    docs.groupdocs.com/signature/net/search-embed-n...
  3. Tạo Trình xem tài liệu trong ASP.NET Core MVC c...

    Trình xem tài liệu trực tuyến đã trở nên phổ biến sau khi việc sử dụng tài liệu kỹ thuật số ngày càng tăng, đặc biệt là trong các hệ thống quản lý nội dung. Lý do đằng sau sự phổ biến này là bạn có thể xem nhiều định dạng tài liệu mà không cần mua hoặc cài đặt các chương trình phần mềm chuyên dụng. Xem xét tầm quan trọng của trình xem tài liệu, tôi nghĩ sẽ viết một bài viết về cách tạo trình xem tài liệu chung trong ASP.... Mở tệp Views/Home/Index.cshtml và thay thế nội dung...List<string>(); } public IActionResult Index() { var files = Directory.G...

    blog.groupdocs.com/vi/viewer/document-viewer-in...
  4. Extract TOC from EPUB Documents using GroupDocs...

    It gives us immense pleasure to announce the release of version 18.4 of GroupDocs.Text for .NET. The latest version allows extracting the table of contents from the EPUB documents. Furthermore, we have added the feature of detecting media type of .one file. Following sections provide details about the newly added features. Extracting TOC from EPUB Documents Using version 18.4, you can now extract TOC from the EPUB documents. To access the TOC, TableOfContents property of **EpubPackage **class is used....title) PageIndex - the page index of the text (null if it is just...hasn’t sub-items) this[int index] - gets a sub-item ExtractPage...

    blog.groupdocs.com/parser/extract-toc-from-epub...
  5. Java を使用したドキュメント検索でのスペル修正

    Java を使用してドキュメント検索でスペル修正を行う方法を学びます。正確な結果を得るために、Java を使用してドキュメント検索でスペル チェックを行うコード例を紹介します。...境を設定します Index クラスを使用して、指定されたフォルダにインデックスを作成します。 Index.add メソッ...検索結果に表示されます。 設定された検索オプションで Index.search メソッドを呼び出して検索を実行します。 Java...

    kb.groupdocs.com/ja/search/java/spelling-correc...
  6. Full Text Search in Java

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....fonctionne en utilisant des index de texte. Dans cet article,...

    blog.groupdocs.com/fr/tag/full-text-search-in-j...
  7. find in files and folder using Java

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....fonctionne en utilisant des index de texte. Dans cet article,...

    blog.groupdocs.com/fr/tag/find-in-files-and-fol...
  8. GroupDocs.Search Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....recherchez du texte dans des index volumineux contenant des milliers...

    blog.groupdocs.com/fr/categories/groupdocs.sear...
  9. 使用 Java 执行模糊搜索

    学习使用 Java 执行模糊搜索以实现精确高效的查询匹配。探索如何使用 Java 中的模糊逻辑构建文档搜索以获得更好的结果。...库来设置您的开发环境,从而实现模糊搜索功能 初始化 Index 对象来指定一个存储位置,用于组织和准备文档,以便进行高效搜索 使用 Index.add 方法将...为 10-14 个字符的单词最多允许两个错误) 使用 Index.search 和所需的查询以及配置的 SearchOptions...

    kb.groupdocs.com/zh/search/java/perform-fuzzy-s...
  10. 使用 Java 在文档中使用别名进行搜索

    使用 Java 在文档中高效搜索别名。学习使用 Java 别名增强文档搜索的技术,以获得更好的结果和性能。... 初始化 Index 对象来构建一个可搜索的存储库,您的文档将存储在该存储库中并准备进行处理 使用 Index.add ...getAliasDictionary().add 方法将别名添加到别名字典中 使用 Index.search 方法执行搜索查询,使用 @ 符号引用别名,例如...

    kb.groupdocs.com/zh/search/java/search-with-ali...