Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 2,849 for

index

(0.04 sec)
  1. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in QR-code electronic signatures. This topic contains example of custom serialization, class definition and search for serialized objects in the QR-codes 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-embed-...
  2. 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...
  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...method specify a zero-based index (do not confuse with the page...desired page. If the specified index is lesser than 0 or exceeds...

    docs.groupdocs.com/editor/net/generating-page-p...
  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. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization for Metadata electronic signatures....for ( int index = 0 ; index < src . Length ; ++ index ) { chTmp...chTmp = src [ index ]; chTmp = ( char )( chTmp ^ this . Key ); dst...

    docs.groupdocs.com/signature/net/implement-cust...
  6. Best Practices used in Argument Classes in Grou...

    It gives us great pleasure to announce the release of version 17.8.0 of GroupDocs.Search for .NET API. This regular monthly release adds a number of new features to the API along with an enhancement and a breaking change. Like our previous releases, we have tried our best to improve the working of the API and as a result we have come up with a breaking change where all the argument classes have been fixed according to best practices....insensitive indexing, limiting the index report, indexing ZIP archive...Implementation of: # Accent-insensitive indexing Option for the spelling corrector...

    blog.groupdocs.com/search/groupdocs.search-for-...
  7. Synonym search online

    Synonym search in document. Perform synonym search of words and phrases online....synonyms need only be added to the index. An example of a synonym search...files to include them into the index and perform searches. File formats...

    products.groupdocs.app/search/synonym
  8. Document filtering during indexing | Documentation

    This page contains a description of the use of document filters for Indexing, as well as descriptions of all types of filters with examples of their creation....Usage / Indexing / Document filtering during indexing Document...Document filtering during indexing Leave feedback This page contains...

    docs.groupdocs.com/search/net/document-filterin...
  9. Generating worksheets (tabs) preview for spread...

    This article describes how to generate a preview for any worksheet (tab) from an existing Excel spreadsheet in SVG format using GroupDocs.Editor for Node.js....the zero-based index of the worksheet. If the index is out of range...dex) , takes the worksheet index and returns an SvgImage object...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  10. Generating Page Preview for WordProcessing Docu...

    Learn how to generate a preview for any page of an existing WordProcessing document in SVG format using GroupDocs.Editor for Node.js via Java....specifying a zero-based page index. If the index is out of range, an exception...preview as an SVG image by page index const oneSvgPreview = infoWordProcessing...

    docs.groupdocs.com/editor/nodejs-java/generatin...