Sort Score
Result 10 results
Languages All
Labels All
Results 3,751 - 3,760 of 45,257 for

documents

(0.17 sec)
  1. Synonym search | GroupDocs

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...indexFolder ); // Indexing documents from the specified folder...

    docs.groupdocs.com/search/nodejs-java/synonym-s...
  2. Load document from Stream | GroupDocs

    This section explains how to load document from stream with GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Loading document / Sources / → Stream Load document from Stream...

    docs.groupdocs.com/signature/net/load-document-...
  3. Set Checkbox Values Dynamically | GroupDocs

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. You can set checkbox values to either checked or unchecked in your reports dynamically by taking the following steps: Add a checkbox content control to your template at a place where you want it to appear in a result document. By editing content control properties, add a check tag to the title of the checkbox content control using the following syntax....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...want it to appear in a result document. By editing content control...

    docs.groupdocs.com/assembly/java/set-checkbox-v...
  4. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving Documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...Loading / Load document from stream Load document from stream Leave...

    docs.groupdocs.com/parser/java/load-document-fr...
  5. How to Edit XML Files using C# | XML Editing .N...

    Edit or update your XML data programmatically within your .NET applications using C#. Modify XML files and save the changes in various formats....Editor provides document editing solutions and APIs...GroupDocs.Editor using the documentation . To clarify any ambiguity...

    blog.groupdocs.com/editor/edit-xml-files-using-...
  6. GroupDocs.Assembly Engine APIs | GroupDocs

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class. Building Reports To build a report from a template, you can use one of the DocumentAssembler.AssembleDocument overloads. The following table describes parameters of these overloads....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Parameter Description document A template document. At runtime, this...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  7. Add document to Spreadsheet via OLE | GroupDocs

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .NET applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...Developer Guide / Import documents / Add document to Spreadsheet via...

    docs.groupdocs.com/merger/net/add-document-to-s...
  8. GroupDocs.Watermark for .NET 25.10 – 最新更新與修復(20...

    探索 GroupDocs.Watermark for .NET 25.10 的新功能。現在已在 NuGet 與 GroupDocs 網站上提供。...for previewing large Word documents. (WATERMARKNET-2096) [Enhancement]...Release Notes → 完整發行說明 Documentation → 文件說明 Free Support Forum...

    blog.groupdocs.com/zh-hant/watermark/groupdocs-...
  9. Working with XML Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for Java 19.10 or later releases. To access XML data while building a report, you can use facilities of DataSet to read XML into it and then pass it to the assembler as a data source. However, if your scenario does not permit to specify XML schema while loading XML into DataSet, all attributes and text values of XML elements are loaded as strings then....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...the same type In template documents, if a top-level XML element...

    docs.groupdocs.com/assembly/java/working-with-x...
  10. Search text | GroupDocs

    Learn how to search for keywords and use regular expressions to find text in Documents using GroupDocs.Parser for Python via .NET. Search text with case sensitivity and whole word options....Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...via .NET installed Sample documents for testing Basic understanding...

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