Sort Score
Result 10 results
Languages All
Labels All
Results 8,351 - 8,360 of 46,735 for

(c )

(0.14 sec)
  1. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....same as all plain text files: C# var config = RedactorConfiguratio...Redactor redactor = new Redactor ( @"C:\sample.dump" )) { // Here we...

    docs.groupdocs.com/redaction/net/extend-support...
  2. Get document Info | Documentation

    This artcle explains how to get document information...: "C:\\Docs\\source.docx" Watermarker...relative path to your document. Ex: "C:\\Docs\\source.docx" FileInputStream...

    docs.groupdocs.com/watermark/java/get-document-...
  3. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Comparison for .NET since version 19.9: The Comparer class introduced as a single entry point to compare documents of any supported file format with various options and ability to accept/reject differences in output document. Document compare options for all document types. Instead of using document related options now options are related to compare type only.... Old coding style C# using GroupDocs.Comparison ;..."result.docx" ); New coding style C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/migration-notes/
  4. Filtering annotations by type on saving documen...

    This page describes how to filter annotation by type on saving file using GroupDocs.Annotation for .NET API....with specific annotation type: C# using (Annotator annotator =...with specific annotation types: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/filtering-ann...
  5. Get source and target text from files | Documen...

    This article explains how to get source and target texts of specific changes using GroupDocs.Comparison for .NET....and target text from local disk C# using System ; using GroupDocs...source and target text from stream C# using System ; using GroupDocs...

    docs.groupdocs.com/comparison/net/get-source-an...
  6. Synonym search | Documentation

    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....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/synonym-s...
  7. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft PowerPoint Document Creating a Template Add a bullet list at the place where you want it to display clients’ names. Insert a table with two columns, that will show managers’ and their contact prices....groupBy(c => c.Manager) .orderBy(g => g.key)]>>...<<[group.key]>> <<[group.sum( c => c.Contract_Price)]>> <</foreach>>...

    docs.groupdocs.com/assembly/java/generating-rep...
  8. In-Table List in HTML | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List in HTML Document Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements: Report must show managers’ name. It must show the sum of contract prices against each manager....sum(c => c.getPrice())]>> Total: <<[getManagers()...m => m.getContracts().sum( c => c.getPrice()))]>> Download In-Table...

    docs.groupdocs.com/assembly/java/in-table-list-...
  9. How to run examples | Documentation

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....following lines to the Main method C# using GroupDocs.Viewer ; using...dotnet run . Check the output in C:\\output\\ directory. Build project...

    docs.groupdocs.com/viewer/net/how-to-run-examples/
  10. How to Edit CSV File | Documentation

    This guide demonstrates how to edit CSV, TSV, comma-separated values, and other text files with different settings and many other powerful features of GroupDocs.Editor for Node.js via Java....file path const inputCsvPath = "C://input//spreadsheet.csv" ; //...file path const inputCsvPath = "C://input//spreadsheet.csv" ; //...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...