Sort Score
Result 10 results
Languages All
Labels All
Results 2,901 - 2,910 of 144,294 for

pptx

(1.15 sec)
  1. Extract Flash Objects from Presentations in Jav...

    Learn how to extract Flash objects from PowerPoint and OpenDocument slides in Java with Aspose.Slides, complete code samples and best practices....Presentation class that represents the PPTX Presentation pres = new Presentation...PowerPoint formats such as PPT and PPTX, since it can load these containers...

    docs.aspose.com/slides/java/flash/
  2. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......Convert PPTX to Markdown using Java How to Convert PPTX to Markdown...

    kb.aspose.com/categories/page/38/
  3. Automate Presentation Localization on Android|A...

    Automate PowerPoint and OpenDocument slide localization in Java with Aspose.Slides for Android, using practical code samples and tips for faster global rollout....Write the presentation as a PPTX file. The implementation of...pres = new Presentation ( "test.pptx" ); try { IAutoShape shape =...

    docs.aspose.com/slides/androidjava/presentation...
  4. View or Edit OTP Files Metadata using .NET | pr...

    C# source code to edit or view OTP format metadata....NET Metadata Otp PPT PPTX ODP POT ppsx OTP Edit OTP properties...POTX PPS PPSM PPSX PPT PPTM PPTX...

    products.aspose.com/slides/net/metadata/otp/
  5. View or Edit POTM Files Metadata using .NET | p...

    C# source code to edit or view POTM format metadata....NET Metadata Potm PPT PPTX ODP POT ppsx POTM Edit POTM...POTX PPS PPSM PPSX PPT PPTM PPTX...

    products.aspose.com/slides/net/metadata/potm/
  6. Manage Slide Sections in Presentations Using Ja...

    Streamline slide sections in PowerPoint and OpenDocument with Aspose.Slides for Java — split, rename, and reorder to optimize Pptx and ODP workflows....pptx" , SaveFormat . Pptx ); pres . getSections..."pres-sections-moved.pptx" , SaveFormat . Pptx ); pres . getSections...

    docs.aspose.com/slides/java/slide-section/
  7. Render Presentation Slides as SVG Images in C++...

    Learn how to render PowerPoint slides as SVG images using Aspose.Slides for C++. High-quality visuals with simple code examples....presentation formats, including PPT, PPTX, ODP, and PPS, and shows how...MakeObject < Presentation > ( u "pres.pptx" ); for ( int32_t index = 0...

    docs.aspose.com/slides/cpp/render-a-slide-as-an...
  8. Manage Slide Sections in Presentations Using PH...

    Streamline slide sections in PowerPoint and OpenDocument with Aspose.Slides for PHP via Java — split, rename, and reorder to optimize Pptx and ODP workflows....pptx" , SaveFormat :: Pptx ); $pres -> getSections..."pres-sections-moved.pptx" , SaveFormat :: Pptx ); $pres -> getSections...

    docs.aspose.com/slides/php-java/slide-section/
  9. Convert PowerPoint Slides to PNG in Python|Aspo...

    Convert PowerPoint and OpenDocument presentations to high-quality PNG images quickly with Aspose.Slides for Python via .NET, ensuring precise, automated results....pptx" ) as presentation : for index...Presentation ( "presentation.pptx" ) as presentation : for index...

    docs.aspose.com/slides/python-net/convert-power...
  10. How to Create a Table in PowerPoint using Python

    This simple topics guides on how to create a table in Powerpoint using Python. It covers all the required information and a runnable sample code to add table in PowerPoint using Python....the disk either in a PPT or PPTX format. Steps to Create a Table...presentation with a table in PPTX format on the disk The above...

    kb.aspose.com/slides/python/how-to-create-a-tab...