Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 10,353 for

new

(0.07 sec)
  1. Chart Series Coloring in Presentation Document ...

    Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Chart Series Coloring in Presentation Document Creating a Column Chart Practising the following steps, you can insert 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” dialog 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....Consulting Blog Knowledge Base New Releases Status Websites aspose...MS PowerPoint 2013: Create a new presentation slide Click the...

    docs.groupdocs.com/assembly/java/chart-series-c...
  2. Extract images from documents | Documentation

    This article shows how to extract images from PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleImagesPdf...

    docs.groupdocs.com/parser/java/extract-images-f...
  3. In-Table List with Highlighted Rows in Spreadsh...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList with Highlighted Rows report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Highlighted Rows in Microsoft Excel Document Creating a In-Table List with Highlighted Rows Practising the following steps you can create In-Table List with Highlighted Rows Template in MS Excel 2013. Add a New Workbook. Select the range of cells that you want to include in the table....Consulting Blog Knowledge Base New Releases Status Websites aspose...Template in MS Excel 2013. Add a new Workbook. Select the range of...

    docs.groupdocs.com/assembly/java/in-table-list-...
  4. Create EditableDocument from File or Markup | D...

    This article explains how to create an instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for Node.js via Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...resource instances const image1 = new groupdocsEditor . JpegImage (...

    docs.groupdocs.com/editor/nodejs-java/create-ed...
  5. PNG Metadata Editor – View & Edit PNG Properties

    Discover ways to view and edit PNG metadata. Either edit PNG metadata online or do it programmatically using C# & Java....needed: using (Metadata metadata = new Metadata("path/image.png")) {...Metadata: try (Metadata metadata = new Metadata("path/image.png")) {...

    blog.groupdocs.com/metadata/view-edit-png-metad...
  6. Install GroupDocs.Total for Java | Documentation

    This topic describes how to install GroupDocs.Total for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...throws Exception { Total total = new Total ( "formatting.docx" );...

    docs.groupdocs.com/total/java/installation/
  7. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/search-fo...
  8. Compare PDF Files - Online and Free PDF Comparison

    Compare PDF files using free the online comparison tool. Developers can use .NET, Java, and Cloud API to build a document comparison application....C# using (Comparer comparer = new Comparer(@"path/document-ver1...using Java Comparer comparer = new Comparer("path/document-ver1...

    blog.groupdocs.com/comparison/compare-pdf-files...
  9. Edit Excel Files in C# | Build your own Online ...

    Editing Excel files is explained with C# examples to edit XLS, XLSX, ODS files within your .NET application using spreadsheet and document editing API....of “Old Company Name” with “New Company Name” in the first tab...the selected tab. Create the new EditableDocument using the modified...

    blog.groupdocs.com/editor/edit-excel-files-in-c...
  10. “Merge PPTX Presentations in Node.js - GroupDoc...

    “This article demonstrates how to merge PPTX presentation files in Node.js with simple code examples using the GroupDocs.Merger for Node.js via Java API.”...first PPTX file const merger = new groupdocs . merger . Merger (...first PPTX file const merger = new groupdocs . merger . Merger (...

    blog.groupdocs.com/merger/merge-pptx-in-nodejs/