Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 2,849 for

index

(0.03 sec)
  1. 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/java/document-filteri...
  2. Search for embedded object with custom encrypti...

     This article explains how to search for embedded electronic signatures with custom encryption in QR-code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted 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-...
  3. 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 [ index ]; chTmp = ( char )( chTmp ^ this . Key ); dst...

    docs.groupdocs.com/signature/net/search-for-emb...
  4. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption 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...
  5. 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 [ index ]; chTmp = ( char )( chTmp ^ this . Key ); dst...

    docs.groupdocs.com/signature/net/search-for-emb...
  6. 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...
  7. Edit PowerPoint Presentations | Documentation

    This guide demonstrates how to edit PPT, PPTX, PPTM, PPSX, PPSM, POTX, POTM presentations with different settings and many other powerful features of GroupDocs.Editor for .NET....for editing by specifying its index in the . As a result, user will... method with another slide index, and obtain a new instance of...

    docs.groupdocs.com/editor/net/edit-powerpoint/
  8. Load personal storage PST or OST with options |...

    Learn this article and check how to load and convert PST/OST documents with advanced options using GroupDocs.Conversion for Java API....loadOptionsProvider )) { final int [] index = { 0 }; SaveDocumentStreamFo...%s" , index [ 0 ], fileType . getExtension ()); index [ 0 ]++;...

    docs.groupdocs.com/conversion/java/load-persona...
  9. Find Word and its Homophones in Multiple Files ...

    Find specific word and its homophones within different files of a folder using Java. Build application for homophones using document searching Java API....Define the search word query, indexing folder, and the container...your files. Create Index with the defined index folder. Add the...

    blog.groupdocs.com/search/find-homophones-in-mu...
  10. Merge pages in the arbitrary order | Documentation

    This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for Java....the required pages by their index When adding many pages, specifying...and specify pages by their index instead. To combine several...

    docs.groupdocs.com/merger/java/merge-pages-in-a...