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

index

(0.04 sec)
  1. Update annotation replies | Documentation

    The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for .NET API....in the collection using its index (zero-based) and update its...shows how to update reply by index: C# // NOTE: Input document...

    docs.groupdocs.com/annotation/net/update-annota...
  2. Java File Search - Search Multiple Texts in Fil...

    Search for multiple texts or phrases in various files spread across diverse folders using Java. Highlight scanning results in respective HTML files.... Create an Index object with the specified index folder path...path. Index the parent document folder using the add method. Define...

    blog.groupdocs.com/search/search-multiple-texts...
  3. Add Watermark to PDF in Java | Text and Image W...

    Add image watermarks or apply text watermarks to PDF files in Java. Apply watermarks to all & selective pages of PDF using GroupDocs Watermarking Java API....targetted page index (Optional). If you do not set the index, the watermark...options. Set the targetted page index. (Optional) Add the image watermark...

    blog.groupdocs.com/watermark/add-watermark-to-p...
  4. Find Word and its Homophones in Multiple Files ...

    Find specific word and its homophones within different files of a folder using C#. Build .NET app for homophones using document searching API by GroupDocs...Define the search query, an indexing folder, and the folder that...your files. Create Index with the defined index folder. Add the...

    blog.groupdocs.com/search/find-homophones-in-mu...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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/java/generating-page-...