Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 2,874 for

index

(0.05 sec)
  1. Add Watermark to PDF using C# | Text and Image ...

    Add image watermarks or apply text watermarks to PDF files using C#. Either watermark all or selective pages of PDF using .NET Watermarking 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/watermark-pdf-file...
  2. .NET File Search - Search Multiple Texts in Fil...

    Search for multiple texts or phrases in various files spread across diverse folders using C#. 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. Faster first initialization of GroupDocs.Search...

    Hi there, We are not 100% sure whether it’s maybe caused by the license mechanism, but we noticed that it usually takes 20-30 seconds for the first GroupDocs.Search call to complete. Is there a way to speed this up? W…...Approximately how large is the index or data source being opened...the license validation or the index startup. jamsharp October 10...

    forum.groupdocs.com/t/faster-first-initializati...
  4. Extract barcodes from document page | Documenta...

    This article explains that how to extract barcodes from document page....extraction; Call method with the page index and obtain collection of objects;...barcodes ) { // Print the page index Console . WriteLine ( "Page:...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  5. Remove annotation replies | Documentation

    The page describes how to remove all or specific annotation replies when collaborate over document using GroupDocs.Annotation for Java API....get(index).getReplies().remove(index) method. Specify...remove annotation reply by its index: Java // This example demonstrates...

    docs.groupdocs.com/annotation/java/remove-annot...
  6. 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 .Java....void convert () { final int [] index = { 0 }; LoadOptionsProvider...%s" , index [ 0 ], fileType . getExtension ())); index [ 0 ]++;...

    docs.groupdocs.com/conversion/java/convert-each...
  7. 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...
  8. Edit PowerPoint Presentations in Node.js | Docu...

    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 Node.js....slide, the user selects its index using PresentationEditOpti ...again with a different slide index. GroupDocs.Editor also supports...

    docs.groupdocs.com/editor/nodejs-java/edit-powe...
  9. Search for embedded and encrypted objects in QR...

     This section explains how to search for embedded electronic signatures into the QR-Code electronic signatures with GroupDocs.Signature API. Also this topic shows the way to customize data serialization and encryption same as provides the class definition with ability to embed it into the QR-Code 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-...
  10. Generating slides preview for presentation | Do...

    This article describes how to generate a preview for any slide for the existing PowerPoint presentation in SVG format...specified by its zero-based index (do not confuse with the slide...1-based). If the specified index is lesser than 0 or exceeds...

    docs.groupdocs.com/editor/java/generating-slide...