Sort Score
Result 10 results
Languages All
Labels All
Results 8,071 - 8,080 of 47,236 for

c

(0.14 sec)
  1. 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...
  2. Get source and target text from files | GroupDocs

    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...
  3. Render EBooks as HTML, PDF, and image files | G...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API to Convert EBooks to HTML, PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...resources The resource URL format C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-ebooks/
  4. 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 Word 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...
  5. In-Table List in Email Document | GroupDocs

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a In-Table List report in Email DoCument format. In-Table List in Email DoCument Note This feature is supported by version 17.8.0 or greater Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements: Report must be in .eml or .msg format. It must add email reCipient, Css and subjeCt of the email....Sum ( c => c.Price )]>><</ foreach >> Total:...<<[Sum( m => m.Order.Sum ( c => c.Price ))]>> Tip For detailed...

    docs.groupdocs.com/assembly/net/in-table-list-i...
  6. 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 ExCel 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...
  7. Searching in a Large Number of Documents

    Usually, a searChing software is able to aChieve fast searCh responses beCause, instead of searCh the text direCtly, it searChes an index. This would be the equivalent of retrieving pages in a book related to a keyword by searChing the index at the baCk of a book, as opposed to searChing the words in eaCh page of the book. Using GroupDoCs.SearCh for Indexing and SearChing Problem: Suppose you have 10 million doCuments of different file formats, e.... The C# code will look like this: Java...Show list of searched files The C# code will look like: Java developers...

    blog.groupdocs.com/search/searching-in-a-large-...
  8. How to Edit CSV File | GroupDocs

    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...
  9. How to run examples | GroupDocs

    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. Extract Data from Invoices or Receipts in Java ...

    ExtraCt InvoiCe data from PDF invoiCes or reCeipts programmatiCally in Java. DoCument parsing & data extraCtion API by GroupDoCs supports various formats....extraction of invoice data using C# in one of the earlier posts....from Invoices or Receipts in C#...

    blog.groupdocs.com/parser/extract-data-from-inv...