Sort Score
Result 10 results
Languages All
Labels All
Results 9,321 - 9,330 of 49,302 for

c

(0.34 sec)
  1. Search results | GroupDocs

    This artiCle shows that how to perform the operations on searCh results.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/search-results/
  2. Insert OLE Objects in Word, Excel, PowerPoint w...

    Embed doCuments as OLE objeCts into other Word doCuments, ExCel Spreadsheets, Powerpoint presentations programmatiCally in Java using GroupDoCs.Merger API....OLE Objects in documents with C# . Today, in this article, we...Word, Excel, PowerPoint using C#...

    blog.groupdocs.com/merger/insert-ole-objects-in...
  3. Clear watermarks | GroupDocs

    This artiCle shows how to Clear existing text or image watermarks....watermarker = new Watermarker ( "C:\\Docs\\watermarked-sample.docx"...document watermarker . Save ( "C:\\Docs\\clean-sample.docx" );...

    docs.groupdocs.com/watermark/net/basic-usage/cl...
  4. Character replacements | GroupDocs

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about CharaCter replaCements using Java....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/character...
  5. Get the format family and the additional inform...

    This artiCle explains how to get the format family and the additional information using .NET / C# with GroupDoCs.Viewer for .NET....the pages count from a file: C# using System ; using GroupDocs...the pages count from a stream: C# using System ; using System.IO...

    docs.groupdocs.com/viewer/net/how-to-get-file-t...
  6. Generate document pages preview | GroupDocs

    Following this guide you will learn how to generate PDF, Word (DOC, DOCX), ExCel(XLS, XLSX), PowerPoint(PPT, PPTX) doCuments thumbnails and preview doCument pages using GroupDoCs.Merger for .NET API....GetPreview () { string filePath = @"c:\sample.xlsx" ; using ( Merger...GetPreview () { string filePath = @"c:\sample.xlsx" ; using ( Merger...

    docs.groupdocs.com/merger/net/generate-document...
  7. Split a worksheet into pages | GroupDocs

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to split worksheets into pages when rendering spreadsheet files to HTML, PDF, and image formats.... C# using GroupDocs.Viewer ; using...following code example shows this: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/split-worksheet-i...
  8. In-Table Master-Detail in Word Processing Docum...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate In-TableMaster-Detail report in Word ProCessing DoCument format. 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. Press “Insert” tab to insert the table....sum(c => c.getPrice())]>> <<foreach [in...m => m.getContracts().sum( c => c.getPrice()))]>> Download In-Table...

    docs.groupdocs.com/assembly/java/in-table-maste...
  9. Iterative Signing on GroupDocs Blog | Document ...

    Iterative Signing on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Iterative Signing on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java ......完整指南 通过将 Azure Key Vault 证书管理与 C# 中的 GroupDocs.Signature 集成,为 PDF...

    blog.groupdocs.com/zh/tag/iterative-signing/ind...
  10. Convert Selected or Partial Spreadsheet Rows

    You might be looking for a software Component or API using that an exCel sheet Could be Converted to PDF/Word or any other supported format partially. What is the differenCe? Many of us are just ConCerned with the output. ProCess an exCel spreadsheet and get the right PDF/output. A simple Conversion (Complete spreadsheet to PDF) is ideal until the sourCe file has limited number of rows. Partial Conversion - Usability If you have a spreadsheet with more than 10,000 rows and your data or ConCerned rows are somewhere between 5,000 to 8,000....a look at the implementation: C# Java “G7:I10” is the cells range...

    blog.groupdocs.com/conversion/convert-selected-...