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

index

(0.06 sec)
  1. 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-...
  2. Extract table of contents | Documentation

    This article shows how to extract table of contents from Microsoft Word (DOC, DOCX etc), PDF documents and Ebooks (CHM, EPUB).... The page index. The text. TextReader Extract...the collection and get page index to extract a page text from...

    docs.groupdocs.com/parser/net/extract-table-of-...
  3. Extract table of contents | Documentation

    This article shows how to extract table of contents from Microsoft Word (DOC, DOCX etc), PDF documents and Ebooks (CHM, EPUB).... The page index. The text. Extracts a text from...the collection and get page index to extract a page text from...

    docs.groupdocs.com/parser/java/extract-table-of...
  4. Export Indexed Documents to HTML using C#

    Learn how to export Indexed documents to HTML using C# with easy-to-follow steps. Implement C# export Indexed documents to HTML for better document management....Export Indexed Documents to HTML using C# Exporting indexed documents...documents are stored in an indexed format and need to be rendered...

    kb.groupdocs.com/search/net/export-indexed-docu...
  5. 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 [ index ]; chTmp = ( char )( chTmp ^ this . Key ); dst...

    docs.groupdocs.com/signature/net/implement-cust...
  6. 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 Java....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/java/edit-powerpoint/
  7. GroupDocs Editor: Images are not loading - Free...

    Images are not loading when I am using Groupdocs Editor for word document with TinyMCE sharing my code, Document as well as screenshot for your reference. public ActionResult Index() { License lic = new License(); …... public ActionResult Index() { License lic = new License();...your Index method as follows: public IActionResult Index() { License...

    forum.groupdocs.com/t/groupdocs-editor-images-a...
  8. 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-...
  9. 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...
  10. 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...