Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 10,806 for

new

(0.07 sec)
  1. Merge Excel spreadsheets | Documentation

    Follow this guide and learn how to merge MS Excel spreadsheets using Python via .NET programming language....Consulting Blog Knowledge Base New Releases Status Websites aspose...OOXML standard ECMA-376, the new format is a zip package that...

    docs.groupdocs.com/merger/python-net/merge/excel/
  2. How to merge TIF images using java | Documentation

    Learn how to merge TIF image files, combine TIF image files into one file programmatically in java language using GroupDocs.Merger for Java library....Consulting Blog Knowledge Base New Releases Status Websites aspose...source TIF file Merger merger = new Merger ( "c:\sample1.tif" ) //...

    docs.groupdocs.com/merger/java/getting-started/...
  3. Merge PowerPoint Presentations | Documentation

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple java code lines and GroupDocs.Merger for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...source PPSX file Merger merger = new Merger ( "c:\sample1.ppsx" )...

    docs.groupdocs.com/merger/java/merge/powerpoint/
  4. How to merge WAV files using C# | Documentation

    Learn how to merge WAV audio files, combine WAV audio files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Consulting Blog Knowledge Base New Releases Status Websites aspose...WAV file using ( var merger = new GroupDocs . Merger . Merger (...

    docs.groupdocs.com/merger/net/getting-started/u...
  5. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft PowerPoint Document Creating a Template Add a New slide Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Consulting Blog Knowledge Base New Releases Status Websites aspose...Document Creating a Template Add a new slide Add a bullet list at the...

    docs.groupdocs.com/assembly/net/generating-repo...
  6. Individual Series Point Coloring in Email Docum...

    Note This feature is supported by version 18.6 or greater. Note The code uses some of the objects defined in The Business Layer. Individual Series Point Coloring in Email Document Please follow below steps to create Pie Chart in MS Outlook 2013: Create a New Email Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box Select “Pie” Preview “Pie” and press OK to insert the chart and Worksheet template to your email Edit the Worksheet with your data to update the chart Reporting Requirement As a report developer, you are required to share your customer orders details dynamically with the following key requirements:...Consulting Blog Knowledge Base New Releases Status Websites aspose...in MS Outlook 2013: Create a new Email Click the “Insert” tab...

    docs.groupdocs.com/assembly/net/individual-seri...
  7. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text file automatically....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Subscribing...

    docs.groupdocs.com/search/net/text-file-encodin...
  8. Column Chart in Spreadsheet Document | Document...

    Note In this article, we will use GroupDocs.Assembly to generate a Column Chart Report with Filtered, Ordered and Grouped Data in Spreadsheet 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. Column Chart in Microsoft Excel Document Creating a Column Chart Following below steps, you can create a column chart in MS Excel 2013:...Consulting Blog Knowledge Base New Releases Status Websites aspose...chart in MS Excel 2013: Create a new Workbook. Click the “Insert”...

    docs.groupdocs.com/assembly/net/column-chart-in...
  9. Inserting Chart Axis Title Dynamically in Prese...

    Note This feature is supported by version 18.1 or greater Note The code uses some of the objects defined in The Business Layer. Column Chart in Microsoft PowerPoint Document Creating a Column Chart Please follow below steps to create a column chart in MS PowerPoint 2013: Create a New presentation slide Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialogue box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart Save your Document Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...Consulting Blog Knowledge Base New Releases Status Websites aspose...MS PowerPoint 2013: Create a new presentation slide Click the...

    docs.groupdocs.com/assembly/java/inserting-char...
  10. 使用 Java 在多个文件中查找任何单词及其同义词

    使用 Java 在不同文件中查找特定单词及其同义词。同样,使用 Java Search API 获取按不同含义分组的所有同义词。...// 在指定文件夹中创建索引 Index index = new Index(indexFolder); index.add(documentsFolder);...创建搜索选项对象 SearchOptions options = new SearchOptions(); options.set...

    blog.groupdocs.com/zh/search/find-synonyms-in-m...