Sort Score
Result 10 results
Languages All
Labels All
Results 7,861 - 7,870 of 47,236 for

c

(0.28 sec)
  1. 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-...
  2. Merge HTML | GroupDocs

    Learn how to merge HTML files, Combine HTML files into one file programmatiCally in Node.js via Java language using GroupDoCs.Merger for Node.js via Java library.... Merger ( 'c:/sample1.html' ); merger . join ( 'c:/sample2.html'...html' ); merger . save ( 'c:/merged.html' ); Code Examples Please...

    docs.groupdocs.com/merger/nodejs-java/merge/html/
  3. Merge HTML | GroupDocs

    Learn how to merge HTML files, Combine HTML files into one file programmatiCally in Python via .NET language using GroupDoCs.Merger for Python via .NET library....Merger ( "c:/sample1.html" ) as merger : merger . join ( "c:/sample2..."c:/sample2.html" ) merger . save ( "c:/merged.html" ) Code Examples...

    docs.groupdocs.com/merger/python-net/merge/html/
  4. Merge pages from various documents | GroupDocs

    This artiCle explains how to merge some pages from different doCuments into single PDF, DOCX, ExCel or PowerPoint doCument using GroupDoCs.Merger for .NET....filePath = @"c:\sample.docx" ; string filePath2 = @"c:\sample2.docx"...docx" ; string filePathOut = @"c:\output\result.docx" ; PageJoinOptions...

    docs.groupdocs.com/merger/net/merge-pages-from-...
  5. GroupDocs.Search for .NET 25.11 – 最新更新和修复(2025年...

    探索 GroupDoCs.SearCh for .NET 25.11 的新功能。现已在 NuGet 和 GroupDoCs 网站上提供。...TempFolder = @"C:\Temp\SearchExtractor" ; // Enable...= Document.CreateFromFile( @"C:\Docs\protected.docx" ); // Perform...

    blog.groupdocs.com/zh/search/groupdocs-search-f...
  6. Delete indexed documents | GroupDocs

    GroupDoCs.SearCh has the ability to remove individual doCuments from the index that are indexed from a stream or struCture.... C# // Implementing document loader...; } } ... string filePath = @"c:\MyDocuments\SomeDocument.pdf"...

    docs.groupdocs.com/search/net/delete-indexed-do...
  7. 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-...
  8. 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...
  9. Build your first search solution | GroupDocs

    First of all you need to Create an index. An index Can be Created in memory or on disk. An index Created in memory Cannot be saved after exiting your program. In Contrast, an index Created on disk may be loaded in the future to Continue working.... const indexFolder = 'c:/MyIndex/' ; // Specify the path...existing index. const indexFolder = 'c:/MyIndex/' ; // Specify the path...

    docs.groupdocs.com/search/nodejs-java/build-you...
  10. 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...