Sort Score
Result 10 results
Languages All
Labels All
Results 4,061 - 4,070 of 129,326 for

presentation

(0.08 sec)
  1. Convert PPTX to BMP using C# | products.aspose.com

    Sample code for PPTX to BMP C# conversion. Use API example code for batch PPTX files to BMP conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Iterate through each...each Slide in the Presentation Create a full scale image as a...

    products.aspose.com/slides/net/conversion/pptx-...
  2. Convert POTX to JPEG using C# | products.aspose...

    Sample code for POTX to JPEG C# conversion. Use API example code for batch POTX files to JPEG conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Iterate through each...each Slide in the Presentation Create a full scale image as a...

    products.aspose.com/slides/net/conversion/potx-...
  3. Convert PPTX to PNG using C# | products.aspose.com

    Sample code for PPTX to PNG C# conversion. Use API example code for batch PPTX files to PNG conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Iterate through each...each Slide in the Presentation Create a full scale image as a...

    products.aspose.com/slides/net/conversion/pptx-...
  4. Convert PPSX to SVG using Java | products.aspos...

    Sample Java conversion code for PPSX format to SVG file. Use this example code to export PowerPoint & OpenOffice Presentations to SVG within any Web or Desktop Java based Application....instance of Presentation class Call the Presentation.save method...Source Code // instantiate a Presentation object that represents a...

    products.aspose.com/slides/java/conversion/ppsx...
  5. Convert POTM to SVG using Java | products.aspos...

    Sample Java conversion code for POTM format to SVG file. Use this example code to export PowerPoint & OpenOffice Presentations to SVG within any Web or Desktop Java based Application....instance of Presentation class Call the Presentation.save method...Source Code // instantiate a Presentation object that represents a...

    products.aspose.com/slides/java/conversion/potm...
  6. Manage PowerPoint Shapes on Android|Aspose.Slid...

    Learn how to create, edit, format, and manipulate shapes in Aspose.Slides for Android, with Java code examples for PPT and PPTX Presentations....Effects in Presentations on Android Manage Presentation Shapes on...Effective Properties from Presentations on Android Apply Shape Animations...

    docs.aspose.com/slides/androidjava/powerpoint-s...
  7. Manage PowerPoint Shapes in .NET|Aspose.Slides ...

    Learn how to create, edit, format, and manipulate shapes in Aspose.Slides for .NET, with C# code examples for PPT and PPTX Presentations....Effects in Presentations in .NET Manage Presentation Shapes in...Effective Properties from Presentations in .NET Apply Shape Animations...

    docs.aspose.com/slides/net/powerpoint-shapes/
  8. Aspose.Slides for Java

    This API helps in creating, converting, editing, and printing PowerPoint Presentations in Java applications without utilizing Microsoft PowerPoint....Java How to Create Readonly Presentation using Java How to Strike...How to Merge PowerPoint Presentations using Java How to Add Audio...

    kb.aspose.com/slides/java/
  9. C++ API to Convert PCL to OTP | products.aspose...

    Convert PCL to OTP via C++ without using Microsoft Word or Adobe Acrobat Reader...Load PPTX document by using Presentation class reference Save the...Pptx ); // instantiate a Presentation object that represents a...

    products.aspose.com/total/cpp/conversion/pcl-to...
  10. Aspose.Slides for C++: paragraph->GetRect() Thr...

    Using aspose 25 version, when trying to access paragraph->GetRect();, it throws exception: System::NullReferenceException: Object reference not set to an instance of an object. Attached ppt: Test1.pptx.zip (255.3 KB…...example: auto presentation = MakeObject<Presentation>(u"Test1.pptx");...try { for (auto&& slide : presentation->get_Slides()) { for (auto&&...

    forum.aspose.com/t/aspose-slides-for-c-paragrap...