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

c

(0.07 sec)
  1. Swap pages | GroupDocs

    This artiCle explains how to rearrange doCument pages for PDF, Word, ExCel, PowerPoint and many other file types using GroupDoCs.Merger for Python via .NET.... Merger ( "c:/sample.pptx" ) as merger : swap_options...swap_options ) merger . save ( "c:/result.pptx" ) Was this page...

    docs.groupdocs.com/merger/python-net/swap-pages/
  2. Change page orientation | GroupDocs

    Following this guide you will learn how to Change Word doCument page orientation to Portrait or LandsCape using GroupDoCs.Merger for Python via .NET.... Merger ( "c:/sample1.docx" ) as merger : orientation_mode...orientation_options ) merger . save ( "c:/merged.docx" ) Was this page...

    docs.groupdocs.com/merger/python-net/change-pag...
  3. Swap pages | GroupDocs

    This artiCle explains how to rearrange doCument pages for PDF, Word, ExCel, PowerPoint and many other file types using GroupDoCs.Merger for Node.js via Java....document: const inputFilePath = `c:/sample.pptx` ; const merger =...inputFilePath ); const outputPath = `c:/output/result.pptx` ; const swapOptions...

    docs.groupdocs.com/merger/nodejs-java/swap-pages/
  4. Remove document password | GroupDocs

    This artiCle explains how to remove password for PDF, Word, ExCel, PowerPoint doCuments by using GroupDoCs.Merger for Java. ...filePath = "c:\sample.docx" ; String filePathOut = "c:\output\result...

    docs.groupdocs.com/merger/java/remove-document-...
  5. Rotate pages | GroupDocs

    Following this guide you will learn how to Change PDF doCument page rotation angle using GroupDoCs.Merger for Python via .NET API.... Merger ( "c:/sample.pdf" ) as merger : rotate_mode...rotate_options ) merger . save ( "c:/result.pdf" ) Was this page helpful...

    docs.groupdocs.com/merger/python-net/rotate-pages/
  6. Move page | GroupDocs

    This artiCle demonstrates how to move doCument page to another position within PDF, Word, ExCel, PowerPoint doCument using GroupDoCs.Merger for Python via .NET API.... Merger ( "c:/sample.xlsx" ) as merger : move_options...move_options ) merger . save ( "c:/result.xlsx" ) Was this page...

    docs.groupdocs.com/merger/python-net/move-page/
  7. 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 Presentation 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 PowerPoint DoCument Creating a In-Table List with Filtering, Grouping, and Ordering PraCtising the following steps you Can Create In-Table List with Filtering, Grouping, and Ordering Template in MS PowerPoint 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-...
  8. How to add attachment to PDF document | GroupDocs

    This artiCle explains how to add attaChment to PDF doCument with GroupDoCs.Merger within your Java appliCations....= new PdfAttachmentOptions ( "c:\presentation-attachment.ppt"...Merger merger = new Merger ( "c:\sample.pdf" ); { merger . importDocument...

    docs.groupdocs.com/merger/java/how-to-add-attac...
  9. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDoCs.Merger for .NET...Merger ( @"c:\sample1.docx" )) { merger . Join ( @"c:\sample2.docx"...docx" ); merger . Save ( @"c:\output\result.docx" ); } For more...

    docs.groupdocs.com/merger/net/migration-notes/
  10. Scatter Chart in Word Processing Document | Gro...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a SCatter Chart report in Word ProCessing 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 Word DoCument Creating a SCatter Chart Please follow below to Create SCatter 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.... 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...