Sort Score
Result 10 results
Languages All
Labels All
Results 7,901 - 7,910 of 47,190 for

(c )

(0.17 sec)
  1. Render Outlook data files as HTML, PDF, and ima...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Outlook data files (PST and OST) to HTML, PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...documentation section for details: . C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-outlook-da...
  2. In-Table List with Filtering Grouping and Order...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList with Filtering, Grouping, and Ordering report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in Microsoft Word Document Creating a In-Table List with Filtering, Grouping, and Ordering Practicing the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS Word 2013....where(c => c.getDate().getYear() + 1900 == 2015) .groupBy(c => c...c.getManager()) .orderBy(g => g.key.getName())]» «[key.getName()]»...

    docs.groupdocs.com/assembly/java/in-table-list-...
  3. Merge Open Document files | GroupDocs

    Learn how to merge Open Document files, combine ODT, ODS, ODP files into one file programmatically in C# language using GroupDocs.Merger for .NET library....ODT files with several lines of C# code: Create an instance of class...Merger merger = new Merger ( @"c:\sample1.odt" )) { // Add another...

    docs.groupdocs.com/merger/net/merge/open-document/
  4. In-Table Master-Detail in Word Processing Docum...

    Note In this article, we will use GroupDocs.Assembly to generate an In-Table Master-Detail report in Word Processing Document format based on the use case: Working with a Business Case. 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.... Sum ( c => c. Price )]>> <<foreach [in Order...Sum ( m => m. Order . Sum ( c => c. Price ))]>> Tip For detailed...

    docs.groupdocs.com/assembly/net/in-table-master...
  5. four-pages.xlsx

    Split by rows and columns Page 1 Page 2 Page 3 Page 4 2020-07-23T14:21:07Z 16.0300 vlitvinchik 2020-07-23T13:33:56Z 2020-07-23T14:21:07Z 2020-07-23T14:21:07Z 2020-07-23T14:21:07Z false 2020-07-23T1......2020-07-23T13:33:56Z vlitvinchik C:\Users\vlitvinchik\Desktop\partial_rendering\...

    docs.groupdocs.com/viewer/net/sample-files/spli...
  6. GroupDocs.Viewer for .NET 19.3 is Released!

    We are happy to announce the release of version 19.3 of GroupDocs.Viewer for .NET. In this release, we have added several new features that target the PDF documents, archives and the source code files of Visual Basic and C#. Along with 2 bug fixes, we have made a couple of improvements for rendering of ZIP archives and vCard documents. For detailed information about the latest release, please have a look at the release notes....code files of Visual Basic and C#. Along with 2 bug fixes, we have...Support of Visual Basic (.vb) and C# (.cs) Files # Using the latest...

    blog.groupdocs.com/viewer/groupdocs.viewer-for-...
  7. Find and Remove Watermarks from Documents in Java

    Java API to find and remove text and image watermarks from documents like PDF, Word, Excel, PowerPoint, and Visio files programmatically....watermarks from documents in C# . Let’s now jump to quickly see...watermarks from documents in C# Add watermarks to images or images...

    blog.groupdocs.com/watermark/find-and-remove-wa...
  8. Regular expression search | GroupDocs

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/regular-expressio...
  9. How to Run Examples | GroupDocs

    This article describes how to run .NET search API code examples....NET like this: C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // NOTE: Put here...

    docs.groupdocs.com/search/net/how-to-run-examples/
  10. Indexing reports | GroupDocs

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....indexFolder = 'c:/MyIndex/' ; const documentsFolder1 = 'c:/MyDocuments1/'...'c:/MyDocuments1/' ; const documentsFolder2 = 'c:/MyDocuments2/' ; // Creating...

    docs.groupdocs.com/search/nodejs-java/indexing-...