Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 3,095 for

indexing

(0.81 sec)
  1. 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…...API allows to create search index with flexible settings with...

    forum.groupdocs.com/t/after-adding-groupsdocs-s...
  2. Convert MSG to PDF in C# and extract attachment...

    During Conversion of an email, I’d like to keep the original attachment file type instead of converting each attachment to different file type. E.g. I have a .msg file with a .docx attachment and I want to convert the M…...a sample code snippet: var index = 1; GroupDocs.Conversion.Options...string outputFile = $"converted-{index++}.{targetType.Extension}";...

    forum.groupdocs.com/t/convert-msg-to-pdf-in-c-a...
  3. 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 . charAt ( index ); chTmp = ( char )( chTmp ^ this ...

    docs.groupdocs.com/signature/java/search-embed-...
  4. Implement custom encryption with QR-code signat...

    This article explains how to implement custom encryption for QR-code electronic signatures....for ( int index = 0 ; index < src . length (); ++ index ) { chTmp...chTmp = src . charAt ( index ); chTmp = ( char )( chTmp ^ this ...

    docs.groupdocs.com/signature/java/implement-cus...
  5. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in document metadata. This topic contains example of custom serialization, class definition and search for serialized objects in the document metadata with GroupDocs.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-for-emb...
  6. C# での数値範囲検索

    GroupDocs.Search を使用すると、C# で数値範囲検索を簡単に実行できます。高度で効率的な手法を使用して、C# でドキュメント内の数値範囲を検索する方法を学びます。... Index クラスのインスタンスを作成し、ドキュメントを整理して最...適化された検索用に準備する保存場所を定義します。 Index.Add メソッドを使用して、含めたいドキュメントを含むフォ...

    kb.groupdocs.com/ja/search/net/numeric-range-se...
  7. Criar visualizador de documentos no ASP.NET Cor...

    Os visualizadores de documentos online tornaram-se populares após o crescente uso de documentos digitais, especialmente nos sistemas de gerenciamento de conteúdo. A razão por trás dessa popularidade é que você pode visualizar uma variedade de formatos de documentos sem comprar ou instalar programas de software dedicados. Considerando a importância dos visualizadores de documentos, pensei em escrever um artigo sobre como criar um visualizador de documentos universal em ASP.NET MVC. Vamos criar um aplicativo visualizador de documentos ASP.... Abra o arquivo Views/Home/Index.cshtml e substitua seu conteúdo...List<string>(); } public IActionResult Index() { var files = Directory.G...

    blog.groupdocs.com/pt/viewer/document-viewer-in...
  8. Convert each email attachment to different form...

    Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for .NET....on the attachment type: var index = 1 ; LoadOptions LoadOptionsProvider...string outputFile = $"converted-{index++}.{saveContext.TargetFormat...

    docs.groupdocs.com/conversion/net/convert-each-...
  9. ดำเนินการค้นหาแบบฟัซซี่โดยใช้ Java

    เรียนรู้วิธีค้นหาแบบฟัซซีโดยใช้ Java เพื่อการจับคู่แบบสอบถามที่แม่นยำและมีประสิทธิภาพ สำรวจวิธีการสร้างการค้นหาเอกสารด้วยลอจิกแบบฟัซซีใน Java เพื่อให้ได้ผลลัพธ์ที่ดีขึ้น...คลุมเครือได้ เริ่มต้นวัตถุ Index เพื่อกำหนดตำแหน่งจัดเก็บสำห...เพิ่มไฟล์ลงในดัชนีโดยใช้เมธอด Index.add โดยระบุเส้นทางโฟลเดอร์ท...

    kb.groupdocs.com/th/search/java/perform-fuzzy-s...
  10. 使用 C# 搜索不同的词形

    使用 C# 搜索不同的词形以查找单数或复数名词。将提供一个示例,说明如何在 C# 中实现词形搜索,无需额外安装。...索不同的单词形式 创建一个 Index 对象,用于索引指定文件夹中的文档 使用 Index.Add 方法指定包含要索引的文件的文件夹,将文档添加到索引中...true,以启用单词形式搜索 使用您的搜索查询和配置的选项执行 Index.Search 方法 使用 SearchResult 对象查看搜索结果以便进一步处理或显示...

    kb.groupdocs.com/zh/search/net/search-different...