Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 141,320 for

pptx

(0.4 sec)
  1. C++ API to Convert PCL to SWF | products.aspose...

    Convert PCL to SWF via C++ without using Microsoft Word or Adobe Acrobat Reader...First, you can export PCL to PPTX by using Aspose.PDF for C++...Slides for C++, you can convert PPTX to SWF. Both APIs come under...

    products.aspose.com/total/cpp/conversion/pcl-to...
  2. Add Image in Table Cell|Aspose.Slides Documenta...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pptx" ; string ImageFile = "AsposeLogo...the modified presentation as a PPTX file string FileName = "Adding...

    docs.aspose.com/slides/net/add-image-in-table-c...
  3. Convert WORD to POWERPOINT via C++ or with free...

    Export WORD to POWERPOINT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free WORD to POWERPOINT online converter quickly before integrating the code....document to PPTX format using Save method and set Pptx as SaveFormat...presentation as Pptx pres -> Save ( output . pptx , Aspose :: Slides...

    products.aspose.com/total/cpp/conversion/word-t...
  4. 图片框|Aspose.Slides for Node.js via .NET 文档

    在 JavaScript 中向 PowerPoint 演示文稿添加图片框...将修改后的演示文稿写入为 PPTX 文件。 此 JavaScript 代码演示了如何创建图片框: // 实例化表示 PPTX 文件的 Presentation...); // 将 PPTX 文件写入磁盘 pres . save ( "RectPicFrame.pptx" , aspose...

    docs.aspose.com/slides/zh/nodejs-java/picture-f...
  5. 图表系列|Aspose.Slides 文档

    Java中的PowerPoint演示文稿中的图表系列... 将修改后的演示文稿写入PPTX文件。 以下Java代码显示了如何设置图表系列的重叠: Presentation..."SetChartSeriesOverla_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/androidjava/chart-ser...
  6. Slides on Cloud Platforms|Aspose.Slides Documen...

    See how Aspose.Slides runs on major cloud platforms, with deployment tips, scaling guidance, and best practices for processing PowerPoint and OpenDocument....Easily Extracting Text from PPT, PPTX, ODP Developer Guide API Reference...

    docs.aspose.com/slides/java/slides-on-cloud-pla...
  7. Slides on Cloud Platforms|Aspose.Slides for Nod...

    See how Aspose.Slides runs on major cloud platforms, with deployment tips, scaling guidance, and best practices for processing PowerPoint and OpenDocument....Easily Extracting Text from PPT, PPTX, ODP Developer Guide API Reference...

    docs.aspose.com/slides/nodejs-java/slides-on-cl...
  8. Export CGM to SWF via C# API | products.aspose.com

    .NET API to Convert CGM to SWF without using Microsoft Word...transform the CGM file format into PPTX. The second step is to use the...Slides for .NET, to convert the PPTX to SWF. Aspose.PDF for .NET...

    products.aspose.com/total/net/conversion/cgm-to...
  9. Export MD to OTP via C# API | products.aspose.com

    .NET API to Convert MD to OTP without using Microsoft Word...transform the MD file format to PPTX. This API provides a wide range...file formats, including MD, PPTX, and OTP. The second step is...

    products.aspose.com/total/net/conversion/md-to-...
  10. Manage Chart Data Series in Presentations in .N...

    Learn how to manage chart series in C# for PowerPoint (PPT/Pptx) with practical code examples and best practices to enhance your data presentations....and then save the result as a PPTX file: sbyte overlap = 30 ; using...( "series_overlap.pptx" , SaveFormat . Pptx ); } The result: Change...

    docs.aspose.com/slides/net/chart-series/