Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 3,096 for

indexing

(0.28 sec)
  1. 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-...
  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 . charAt ( index ); chTmp = ( char )( chTmp ^ this ...

    docs.groupdocs.com/signature/java/search-embed-...
  3. 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...
  4. 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...
  5. C# での数値範囲検索

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

    kb.groupdocs.com/ja/search/net/numeric-range-se...
  6. 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...
  7. search text in csharp on GroupDocs Blog | Docum...

    search text in csharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in search text in csharp on GroupDocs Blog | Document Automation Solutions for .NET......NET & Java Developers Indexation de texte et recherche dans...

    blog.groupdocs.com/fr/tag/search-text-in-csharp...
  8. Select specific pages for rasterized PDF | Grou...

    Select specific pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....you can specify starting page index (zero based) and the number...number of pages from this index to save. Also, you can change the Compliance...

    docs.groupdocs.com/redaction/java/select-specif...
  9. Izvršite Faceted Search koristeći C#

    Izvršite Faceted Search koristeći C# za poboljšanje pronalaženja dokumenata. Naučite pretraživanje cijelog teksta s Booleovim operatorima u C# za precizne i učinkovite rezultate u aplikacijama....aspektima Inicijalizirajte Index objekt za stvaranje lokacije...dokumente u indeks pomoću metode Index.Add , navodeći direktorij koji...

    kb.groupdocs.com/hr/search/net/perform-faceted-...
  10. Wykonaj wyszukiwanie fasetowe za pomocą języka C#

    Wykonaj wyszukiwanie fasetowe przy użyciu języka C#, aby usprawnić wyszukiwanie dokumentów. Naucz się pełnotekstowego wyszukiwania z operatorami boolowskimi w języku C#, aby uzyskać precyzyjne i wydajne wyniki w aplikacjach....z fasetami Zainicjuj obiekt Index , aby utworzyć lokalizację przechowywania...do indeksu, używając metody Index.Add , określając katalog zawierający...

    kb.groupdocs.com/pl/search/net/perform-faceted-...