Sort Score
Result 10 results
Languages All
Labels All
Results 7,821 - 7,830 of 47,143 for

(c )

(0.05 sec)
  1. Merge text files | GroupDocs

    Learn how to merge TXT files, combine TXT files into one file programmatically in net language using GroupDocs.Merger for Python via .NET library....Merger ( "c:/sample1.txt" ) as merger : merger . join ( "c:/sample2..."c:/sample2.txt" ) merger . save ( "c:/merged.txt" ) Code Examples Please...

    docs.groupdocs.com/merger/python-net/merge/txt/
  2. Add image watermarks | GroupDocs

    This article shows how to add an image watermark and save the resultant document. It is capable of adding watermarks to images or documents....watermarker = new Watermarker ( "C:\\Docs\\contract.docx" )) { //...watermark = new ImageWatermark ( "C:\\Docs\\logo.png" ); // Specify...

    docs.groupdocs.com/watermark/net/basic-usage/ad...
  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 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/
  5. 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-...
  6. 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...
  7. DOCX Viewer

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Viewer API 在 C#、Java、Python 和 Node.js 中集成文档查看。...

    blog.groupdocs.com/zh/tag/docx-viewer/
  8. Generate document page preview | GroupDocs

    The page describes how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Annotation for .NET API....preview format - PNG / JPG / BMP, c. specify page numbers to process;...previews: Get document page previews C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/generate-docu...
  9. 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...
  10. Bubble Chart in Spreadsheet Document | GroupDocs

    Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Microsoft Excel Document Creating a Bubble Chart Please follow below steps to create a Bubble Chart in MS Excel 2013: Add a new Workbook. Click on the workbook where you want to insert the chart, click the “Insert” tab, and then click “Insert Scatter Chart Icon” in the charts group. A drop-down with charts will appear, select the “Bubble” and press “OK” to insert the chart.... GroupBy ( c => c . OrderDate . Month )]>><<..."Orders Prices by Months<<y [Sum(c=> c.Price)]>><<size [Count()]>>"...

    docs.groupdocs.com/assembly/net/bubble-chart-in...