Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 143,413 for

pptx

(0.12 sec)
  1. C++ API to Convert PDF to PPT | products.aspose...

    Convert PDF to PPT via C++ without using Microsoft Word or Adobe Acrobat Reader...used to export PDF documents to PPTX format. The second API is Aspose...which can be used to convert PPTX documents to PPT format. Both...

    products.aspose.com/total/cpp/conversion/pdf-to...
  2. C++ API to Convert PDF to ODP | products.aspose...

    Convert PDF to ODP via C++ without using Microsoft Word or Adobe Acrobat Reader...PDF for C++ to export PDF to PPTX. Secondly, you can use Aspose...Aspose.Slides for C++ to convert PPTX to ODP. Both APIs are available...

    products.aspose.com/total/cpp/conversion/pdf-to...
  3. 使用 C++ 管理演示文稿中的图表数据系列|Aspose.Slides 文档

    学习如何在 C++ 中使用实用代码示例和最佳实践来管理 PowerPoint(PPT/Pptx)图表系列,以提升数据演示效果。... 将修改后的演示文稿写入 PPTX 文件。 此 C++ 代码演示了如何为图表系列设置重叠:..."SetChartSeriesOverla_out.pptx" , SaveFormat :: Pptx ); 更改数据系列颜色 Aspose...

    docs.aspose.com/slides/zh/cpp/chart-series/
  4. Export MD to SWF via C# API | products.aspose.com

    .NET API to Convert MD to SWF without using Microsoft Word...transform the MD file format to PPTX. This API provides a wide range...Slides for .NET, to convert the PPTX to SWF. This API provides a...

    products.aspose.com/total/net/conversion/md-to-...
  5. C++ API to Convert MHTML to POTM | products.asp...

    Convert MHTML to POTM via C++ without using Microsoft Word or Adobe Acrobat Reader...PDF for C++ to export MHTML to PPTX. Aspose.PDF for C++ is a powerful...Aspose.Slides for C++ to convert PPTX to POTM. Aspose.Slides for C++...

    products.aspose.com/total/cpp/conversion/mhtml-...
  6. Manage Shapes in Presentations Using Python|Asp...

    Learn to create, edit and optimize shapes in Aspose.Slides for Python via .NET and deliver high-performance PowerPoint and OpenDocument presentations....pptx" ) as presentation : slide =...slide. Save the presentation as PPTX. The following code example...

    docs.aspose.com/slides/python-net/shape-manipul...
  7. Add Digital Signatures to Presentations in PHP|...

    Learn how to digitally sign PowerPoint & OpenDocument files with Aspose.Slides for PHP via Java. Secure your slides in seconds with clear code examples....signatures are supported for PPTX format only. Add a Digital Signature..."SomePresentationSign.pptx" , SaveFormat :: Pptx ); } finally { $pres...

    docs.aspose.com/slides/php-java/digital-signatu...
  8. Manage Presentation Tables in .NET|Aspose.Slide...

    Create & edit tables in PowerPoint slides with Aspose.Slides for .NET. Discover simple C# code examples to streamline your table workflows....Presentation class that represents a PPTX file Presentation pres = new...pres . Save ( "table.pptx" , SaveFormat . Pptx ); Numbering in a...

    docs.aspose.com/slides/net/manage-table/
  9. Manage Presentation Tables in Java|Aspose.Slide...

    Create & edit tables in PowerPoint slides with Aspose.Slides for Java. Discover simple code examples to streamline your table workflows....Presentation class that represents a PPTX file Presentation pres = new...pres . save ( "table.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/manage-table/
  10. Clone Presentation Slides in .NET|Aspose.Slides...

    Quickly duplicate PowerPoint slides with Aspose.Slides for .NET. Follow our clear code examples to automate PPT creation in seconds and eliminate manual work....pptx" )) { // Clone the desired slide..."Aspose_CloneWithinSamePrese_out.pptx" , SaveFormat . Pptx ); } Clone a Slide...

    docs.aspose.com/slides/net/clone-slides/