Sort Score
Result 10 results
Languages All
Labels All
Results 7,801 - 7,810 of 46,129 for

(c )

(0.09 sec)
  1. Add watermarks to diagram documents | Documenta...

    Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a document. It consists of following steps.... Ex: @"C:\Docs\diagram.vsdx" using ( Watermarker...path to your document. Ex: @"C:\Docs\diagram.vsdx" using ( Watermarker...

    docs.groupdocs.com/watermark/net/add-watermarks...
  2. Render email messages as HTML, PDF, PNG, and JP...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert email messages to HTML, PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...resources The resource URL format C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-email-mess...
  3. Bubble Chart in Word Processing Document | Docu...

    Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Microsoft Word Document Creating a Bubble Chart Please follow below steps to create a bubble chart in MS Word 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box. Select “X Y(Scatter)” in the sidebar, you will see a gallery of charts.... GroupBy ( c => c . OrderDate . Month )]>><<...Total orders by months<<y [Sum(c => c.Price )]>><<size [Count()]>>...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  4. Scatter Chart in Presentation Document | Docume...

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Presentation 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. Scatter Chart in Microsoft PowerPoint Document Creating a Scatter Chart Please following below steps to create Scatter Chart in MS PowerPoint 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box.... GroupBy ( c => c . OrderDate . Month )]>> Chart...Order Price<<x [Key]>><<y [Sum(c => c.Price )]>> 0.7 2.7 1.8 3.2...

    docs.groupdocs.com/assembly/net/scatter-chart-i...
  5. Merge PDF | Documentation

    Follow this guide and learn how to merge PDF files, combine several PDFs into one using GroupDocs.Merger for Java API and couple lines of code...Merger merger = new Merger ( "c:\sample1.pdf" ) // Add another...file to merge merger . join ( "c:\sample2.pdf" ); // Merge PDF...

    docs.groupdocs.com/merger/java/merge-pdf/
  6. Rotate pages | Documentation

    Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for Java API....filePath = "c:\sample.pdf" ; String filePathOut = "c:\output\result...

    docs.groupdocs.com/merger/java/rotate-pages/
  7. Swap pages | Documentation

    This article explains how to rearrange document pages for PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Java....filePath = "c:\sample.pptx" ; String filePathOut = "c:\output\result...

    docs.groupdocs.com/merger/java/swap-pages/
  8. Move page | Documentation

    This article demonstrates how to move document page to another position within PDF, Word, Excel, PowerPoint document using GroupDocs.Merger for Java API....filePath = "c:\sample.xlsx" ; String filePathOut = "c:\output\result...

    docs.groupdocs.com/merger/java/move-page/
  9. Change page orientation | Documentation

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for .NET....filePath = @"c:\sample.docx" ; string filePathOut = @"c:\output\result...

    docs.groupdocs.com/merger/net/change-page-orien...
  10. Rotate pages | Documentation

    Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for .NET API....filePath = @"c:\sample.pdf" ; string filePathOut = @"c:\output\result...

    docs.groupdocs.com/merger/net/rotate-pages/