Sort Score
Result 10 results
Languages All
Labels All
Results 3,861 - 3,870 of 143,433 for

pptx

(0.38 sec)
  1. Retrieve and Update Presentation Information in...

    Explore slides, structure and metadata in PowerPoint and OpenDocument presentations using JavaScript for faster insights and smarter content audits....to find out what format (PPT, PPTX, ODP, and others) the presentation...getPresentationInfo ( "pres.pptx" ); console . log ( info . getLoadFormat...

    docs.aspose.com/slides/nodejs-java/examine-pres...
  2. Retrieve and Update Presentation Information in...

    Explore slides, structure and metadata in PowerPoint and OpenDocument presentations using C++ for faster insights and smarter content audits....to find out what format (PPT, PPTX, ODP, and others) the presentation...GetPresentationInfo ( u "pres.pptx" ); // PPTX Console :: WriteLine (...

    docs.aspose.com/slides/cpp/examine-presentation/
  3. Streamline Font Replacement in Presentations Us...

    Seamlessly replace fonts in Aspose.Slides for PHP via Java to ensure consistent typography in PowerPoint and OpenDocument presentations....the modified presentation as a PPTX file. This PHP code demonstrates...= new Presentation ( "Fonts.pptx" ); try { # Loads the source...

    docs.aspose.com/slides/php-java/font-replacement/
  4. Streamline Font Replacement in Presentations Us...

    Seamlessly replace fonts in Aspose.Slides for Java to ensure consistent typography in PowerPoint and OpenDocument presentations....the modified presentation as a PPTX file. This Java code demonstrates...= new Presentation ( "Fonts.pptx" ); try { // Loads the source...

    docs.aspose.com/slides/java/font-replacement/
  5. Image Overlapping and Alignment Issue in Word a...

    While upgrading Aspose from the old version to the new version, we faced image alignment and overlapping issues in PDF-Word and PDF-PPT conversion. This issue was not present in the old version. Old version: implement…...pptx' saveToWord(new Document("$base/$pdfFile")...outputPath){ pdfDoc.save("a.pptx", SaveFormat.Pptx) def presentation =...

    forum.aspose.com/t/image-overlapping-and-alignm...
  6. How to Insert HTML into PowerPoint using Python

    This quick tutorial describes how to insert HTML into PowerPoint using Python. It shares environment settings, detailed steps and a runnable sample code convert HTML to PowerPoint using Python....using Python and saving it as a PPTX or PPT as per the requirement...the resultant presentation as PPTX having HTML contents in it These...

    kb.aspose.com/slides/python/how-to-insert-html-...
  7. Manage Callouts in Presentation Charts Using PH...

    Create and style callouts in Aspose.Slides for PHP via Java with concise code examples, compatible with PPT and Pptx to automate presentation workflows....pptx" , SaveFormat :: Pptx ); } finally { if...-> save ( "chart.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/callout/
  8. Customize 3D Charts in Presentations in .NET|As...

    Learn how to create and customize 3-D charts in Aspose.Slides for .NET, with support for PPT and Pptx files—boost your presentations today....the modified presentation to a PPTX file. // Create an instance...( "Rotation3D_out.pptx" , SaveFormat . Pptx ); FAQ Which chart...

    docs.aspose.com/slides/net/3d-chart/
  9. Customize Plot Areas of Presentation Charts in ...

    Discover how to customize chart plot areas in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET. Improve your slide visuals effortlessly....pptx" , slides . export . SaveFormat . PPTX ) Set Layout..."SetLayoutMode_outer.pptx" , slides . export . SaveFormat . PPTX ) FAQ In...

    docs.aspose.com/slides/python-net/chart-plot-area/
  10. Apply or Change Slide Layouts in C++|Aspose.Sli...

    Manage and customize slide layouts in Aspose.Slides for C++. Explore layout types, placeholder control, and footer visibility through C++ code examples....pptx" ); // Go through the layout...Save ( u "Output.pptx" , SaveFormat :: Pptx ); presentation ->...

    docs.aspose.com/slides/cpp/slide-layout/