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

(c )

(0.08 sec)
  1. Move page | Documentation

    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/
  2. 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 Node.js via Java....orientation: const inputFilePath = ` c :/ sample . docx ` ; const merger...inputFilePath ); const outputPath = ` c :/ output / result . docx ` ;...

    docs.groupdocs.com/merger/nodejs-java/change-pa...
  3. 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 Node.js via Java....document: const inputFilePath = ` c :/ sample . pptx ` ; const merger...inputFilePath ); const outputPath = ` c :/ output / result . pptx ` ;...

    docs.groupdocs.com/merger/nodejs-java/swap-pages/
  4. Rotate pages | Documentation

    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/
  5. Password Protect PowerPoint Presentations | Loc...

    Add password to PowerPoint presentations. Lock PPT files with password protection using free online app & programmatically using GroupDocs....NET Java C# Way to Add Password to PowerPoint...document by adding a password using C#, here’s how you can do it with...

    blog.groupdocs.com/merger/password-protect-powe...
  6. Output adapters | Documentation

    This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...FileOutputAdapter ( OutputFormat . Html , "C:\\Text.html" ); index . getDocumentText...

    docs.groupdocs.com/search/java/output-adapters/
  7. Accept or Reject revisions | Documentation

    Following this guide, you will learn how to apply or discard revisions found during document comparison using built-in Microsoft Word functionality....Reject revisions from local disk C# using GroupDocs.Comparison ;...Reject revisions from stream C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  8. 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-...
  9. Scatter Chart in Word Processing Document | Doc...

    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...
  10. Indexing with stop words | Documentation

    This article demonstrates that how you can enable or disable the use of stop words by setting a value using search API... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/indexing-with-sto...