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

c

(0.47 sec)
  1. Specify spreadsheet rendering options | GroupDocs

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to speCify various options for rendering spreadsheet files to HTML, PDF, and image formats....and columns are lettered (A, B, C, …, XFD). Enable the property...headings in the output PDF file: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/specify-rendering...
  2. Render Excel and Apple Numbers spreadsheets as ...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to Convert ExCel workbooks and Apple Numbers spreadsheets to HTML, PDF, PNG, and JPEG formats....Convert an Excel workbook to HTML C# using GroupDocs.Viewer ; using...Apple Numbers spreadsheet to HTML C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-excel-and-...
  3. In-Table List with Filtering Grouping and Order...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate an In-Table Master-Detail report in HTML DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. In-Table Master-Detail in HTML DoCument Note This feature is supported by version 17.3.0 or greater Reporting Requirement As a report developer, you are required to represent Customers’ orders information with the following key requirements: Report must show eaCh Customer along with sum of priCes of his orders....Where(c => c.OrderDate.Year == 2015) . GroupBy (c => c.Customer...Key.CustomerName ]>> <<[Sum(c => c.Price )]>><</ foreach >> Tip...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  4. GroupDocs.Conversion Product Family

    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....format into PDF format using C#. Additionally, we will see how...password-protected Word document using C# with .NET API for document conversion...

    blog.groupdocs.com/categories/groupdocs.convers...
  5. Issue with Extracting Attachments and PDF Conve...

    Hello Team, I have purChased a full liCense of GroupDoCs and I am Currently faCing issues while extraCting attaChments from doCuments and Converting them to PDF. My requirement is: First, extraCt all original attaChm…...(SaveContext c) => File.Create($"converted-{++fileIndex}.pdf"), c => new...(SaveContext c) => File.Create($"converted-{++fileIndex}.pdf"), c => new...

    forum.groupdocs.com/t/issue-with-extracting-att...
  6. Add document to Word processing via OLE | Group...

    This artiCle explains how to add doCument to Word proCessing via OLE with GroupDoCs.Merger within your .NET appliCations....Merger merger = new Merger ( @"c:\sample.docx" )) { int pageNumber...new OleWordProcessingOpt ( @"c:\embedded.pdf" , pageNumber );...

    docs.groupdocs.com/merger/net/add-document-to-w...
  7. Comparing Folders | GroupDocs

    This page desCribes how to Compare two folders and find out whiCh files/folders were deleted, added or modified....Comparer comparer = new Comparer ( "C:\\SourceFolder" , compareOptions...compareOptions ); comparer . Add ( "C:\\TargetFolder" , compareOptions );...

    docs.groupdocs.com/comparison/net/compare-folders/
  8. Comparing Folders | GroupDocs

    This page desCribes how to Compare two folders and find out whiCh files/folders were deleted, added or modified....Comparer comparer = new Comparer ( "C:\\SourceFolder\\" , compareOptions...compareOptions )) { comparer . add ( "C:\\TargetFolder\\" , compareOptions...

    docs.groupdocs.com/comparison/java/compare-fold...
  9. Add document to Presentation via OLE | GroupDocs

    This artiCle explains how to add doCument to Presentation via OLE with GroupDoCs.Merger within your .NET appliCations....filePath = @"c:\sample.ppt" ; string filePathEmbedded = @"c:\embedded...pdf" ; string filePathOut = @"c:\output\result.ppt" ; int pageNumber...

    docs.groupdocs.com/merger/net/add-document-to-p...
  10. Synonym search | GroupDocs

    This artiCle shows that how synonym searCh allows you to find not only the words speCified in the searCh query, but also the synonyms, words that means the same.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/synonym-search/