Sort Score
Result 10 results
Languages All
Labels All
Results 3,311 - 3,320 of 130,530 for

presentation

(0.7 sec)
  1. Convert PPSM to PPS in PHP | products.aspose.com

    Sample code for PPSM to PPS PHP conversion. Use PowerPoint PHP API for batch conversion PPSM files to PPS files.... As a modern presentation processing API, Aspose.Slides...file with an instance of Presentation class Call the save method...

    products.aspose.com/slides/php-java/conversion/...
  2. Convert PPT to XPS in PHP | products.aspose.com

    Sample code for PPT to XPS PHP conversion. Use PowerPoint PHP API for batch conversion PPT files to XPS files.... As a modern presentation processing API, Aspose.Slides...file with an instance of Presentation class Call the save method...

    products.aspose.com/slides/php-java/conversion/...
  3. Convert PDF to HTML in PHP | products.aspose.com

    Sample code for PDF to HTML PHP conversion. Use PowerPoint PHP API for batch conversion PDF files to HTML files.... As a modern presentation processing API, Aspose.Slides...file with an instance of Presentation class Call the save method...

    products.aspose.com/slides/php-java/conversion/...
  4. Convert PDF to PPSM in PHP | products.aspose.com

    Sample code for PDF to PPSM PHP conversion. Use PowerPoint PHP API for batch conversion PDF files to PPSM files.... As a modern presentation processing API, Aspose.Slides...file with an instance of Presentation class Call the save method...

    products.aspose.com/slides/php-java/conversion/...
  5. Convert OTP to SVG in PHP | products.aspose.com

    Sample code for OTP to SVG PHP conversion. Use PowerPoint PHP API for batch conversion OTP files to SVG files.... As a modern presentation processing API, Aspose.Slides...file with an instance of Presentation class Call the save method...

    products.aspose.com/slides/php-java/conversion/...
  6. Convert PDF to POT in PHP | products.aspose.com

    Sample code for PDF to POT PHP conversion. Use PowerPoint PHP API for batch conversion PDF files to POT files.... As a modern presentation processing API, Aspose.Slides...file with an instance of Presentation class Call the save method...

    products.aspose.com/slides/php-java/conversion/...
  7. Convert PPSX to SVG in PHP | products.aspose.com

    Sample code for PPSX to SVG PHP conversion. Use PowerPoint PHP API for batch conversion PPSX files to SVG files.... As a modern presentation processing API, Aspose.Slides...file with an instance of Presentation class Call the save method...

    products.aspose.com/slides/php-java/conversion/...
  8. Convert PDF to XPS in PHP | products.aspose.com

    Sample code for PDF to XPS PHP conversion. Use PowerPoint PHP API for batch conversion PDF files to XPS files.... As a modern presentation processing API, Aspose.Slides...file with an instance of Presentation class Call the save method...

    products.aspose.com/slides/php-java/conversion/...
  9. How to Convert Multiple PPT Files to PDF using ...

    This short tutorial guides on how to convert multiple PPT files to PDF using Python along with the detailed configuration steps to set up the environment. One can develop a multiple PPT to PDF converter in Python using the example code....Create a default presentation using the Presentation class and remove...Access the list of all the presentation files to be rendered into...

    kb.aspose.com/slides/python/how-to-convert-mult...
  10. 使用 C++ 管理演示文稿中的图片框|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 将图片框添加到 PowerPoint 和 OpenDocument 演示文稿中。简化工作流程并提升幻灯片设计。... 创建图片框 创建一个 Presentation 类 的实例。 通过索引获取幻灯片的引用。 通过向与演示文稿对象关联的...SharedPtr < Presentation > pres = MakeObject < Presentation > (); //...

    docs.aspose.com/slides/zh/cpp/picture-frame/