Sort Score
Result 10 results
Languages All
Labels All
Results 9,231 - 9,240 of 48,106 for

(c )

(0.11 sec)
  1. Indexing with stop words | GroupDocs

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  2. Render specific pages | GroupDocs

    This article explains how to view specific pages when processing documents with GroupDocs.Viewer within your .NET applications....and third pages of a document: C# using GroupDocs.Viewer ; using...and 4th pages of a document: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/view-specific-pages/
  3. Sign document with MaxiCode barcode Symbology |...

    This article explains how to sign document with MaxiCode barcode Symbology signatures...HIBCPASData signature to document using c#: using ( Signature signature...signature from the document using c#: using ( Signature . Signature...

    docs.groupdocs.com/signature/net/sign-document-...
  4. Product Overview | GroupDocs

    Note Welcome to GroupDocs.Classification for .NET GroupDocs.Classification is a .NET component built to allow developers to classify texts and documents, whether simple or complex. It allows developers to use three different taxonomies: IAB (version 2), that created by the Interactive Advertising Bureau, Documents taxonomy, that created by Aspose and simple Sentiment taxonomy (Negative/Positive). For the Sentiment taxonomy Chinese language is supported. Product Description GroupDocs.Classification is a robust .NET component that lets developers to analyze text and documents without using any document-related tool to open documents or extract text....Managed C# and it can be used with any .NET language like C#, VB...and working examples written in C#. Using , developers can quickly...

    docs.groupdocs.com/classification/net/product-o...
  5. In-Table Master-Detail in Word Processing Docum...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableMaster-Detail report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in Microsoft Word Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS Word 2013. Click the document where you want to add the table. Press “Insert” tab to insert the table....sum(c => c.getPrice())]>> <<foreach [in...m => m.getContracts().sum( c => c.getPrice()))]>> Download In-Table...

    docs.groupdocs.com/assembly/java/in-table-maste...
  6. Template Syntax - Part 2 of 2 | GroupDocs

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag denotes a placeholder for an expression result within a template. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the formatted result of the expression....<<foreach [c in ds.Contracts]>><<[c.Clients.Name]>> <<[c.Managers...Managers.Name]>> <<[c.Price]>><</foreach>> Total: <<[ds<br/> .Contracts<br/>...

    docs.groupdocs.com/assembly/java/template-synta...
  7. Search reports | GroupDocs

    This article shows that how to perform the operations on generated search reports....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/search-reports/
  8. Sign document with HIBC PAS barcode Symbology |...

    This article explains how to sign document with HIBC PAS barcode Symbology signatures...HIBCPASData signature to document using c#: using ( Signature signature...signature from the document using c#: using ( Signature . Signature...

    docs.groupdocs.com/signature/net/sign-document-...
  9. Edit TXT | GroupDocs

    This guide demonstrates how to edit plain text files with encoding, lists recognition, pagination, and other powerful features of GroupDocs.Editor for Node.js via Java...file path const inputTxtPath = "C://input//file.txt" ; // Create...= "C:\\output\\document.txt" ; const outputWordPath = "C:\\output\\document...

    docs.groupdocs.com/editor/nodejs-java/edit-txt/
  10. 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....HTML with external resources: C# using GroupDocs.Viewer ; using...HTML with embedded resources: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/rendering-to-html/