Sort Score
Result 10 results
Languages All
Labels All
Results 5,311 - 5,320 of 5,813 for

editor

(0.07 sec)
  1. Basic Template Syntax - Expression Tags and Fie...

    Introduction to basic template syntax including expression tags and simple field access in templates....Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/basic-usage-tem...
  2. 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....Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/search-embed-n...
  3. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures....Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/implement-cust...
  4. Obtain document form fields and signatures info...

    This article shows how to get information about electronic signatures in the document and its form fields with GroupDocs.Signature API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/obtain-docume...
  5. JsonDataSource Conditional Expressions: !s.Disa...

    When we were passing a POCO this would work: <<if [MyProperty.Data.Any(s => !s.Disabled)]>> When we changed to pass an interface (Data changed to a List instead of List), properties in sub interfaces could not be found…...<MyImplementation>>(json); editor.DataSource = new JsonDataSource(list);...

    forum.groupdocs.com/t/jsondatasource-conditiona...
  6. Render to HTML | GroupDocs

    With GroupDocs.Viewer for .NET you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/rendering-to-html/
  7. Build your first search solution | GroupDocs

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/net/build-your-first-...
  8. Work with search results | GroupDocs

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/java/work-with-search...
  9. Extract text from Microsoft Office PowerPoint p...

    To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Editor Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/extract-text-fro...
  10. Search text | GroupDocs

    Learn how to search for keywords and use regular expressions to find text in documents using GroupDocs.Parser for .NET. Search text with case sensitivity and whole word options in C#....Editor Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/search-text/