Sort Score
Result 10 results
Languages All
Labels All
Results 5,591 - 5,600 of 377,039 for

save

(0.7 sec)
  1. Convert PPS to TIFF in Python | products.aspose...

    Convert PPS to TIFF in Python. Use Python library API to convert PPS files to TIFF...Presentation from PPS file and save it as TIFF. Python tutorial...Presentation( "PowerPoint.pps" ); pres . save( "output.tiff" , SaveFormat...

    products.aspose.com/slides/python-java/conversi...
  2. Convert PPTM to POTX in Python | products.aspos...

    Convert PPTM to POTX in Python. Use Python library API to convert PPTM files to POTX...Presentation from PPTM file and save it as POTX. Python tutorial..."PowerPoint.pptm" ); pres . save( "output.potx" , SaveFormat...

    products.aspose.com/slides/python-java/conversi...
  3. Convert PPTX to PPSX in Python | products.aspos...

    Convert PPTX to PPSX in Python. Use Python library API to convert PPTX files to PPSX...Presentation from PPTX file and save it as PPSX. Python tutorial..."PowerPoint.pptx" ); pres . save( "output.ppsx" , SaveFormat...

    products.aspose.com/slides/python-java/conversi...
  4. Convert PPTX to GIF in Python | products.aspose...

    Convert PPTX to GIF in Python. Use Python library API to convert PPTX files to GIF...Presentation from PPTX file and save it as GIF. Python tutorial for..."PowerPoint.pptx" ); pres . save( "output.gif" , SaveFormat ...

    products.aspose.com/slides/python-java/conversi...
  5. Convert FODP to HTML in Python | products.aspos...

    Convert FODP to HTML in Python. Use Python library API to convert FODP files to HTML...Presentation from FODP file and save it as HTML. Python tutorial..."PowerPoint.fodp" ); pres . save( "pres.html" , SaveFormat ....

    products.aspose.com/slides/python-java/conversi...
  6. Convert FODP to PPTX in Python | products.aspos...

    Convert FODP to PPTX in Python. Use Python library API to convert FODP files to PPTX...Presentation from FODP file and save it as PPTX. Python tutorial..."PowerPoint.fodp" ); pres . save( "output.pptx" , SaveFormat...

    products.aspose.com/slides/python-java/conversi...
  7. How to Convert DWG to SVG in C#

    This small tutorial entails how to convert DWG to SVG in C#. It encompasses all the important steps to set up the environment and export DWG to SVG image in C#....Convert the DWG to SVG using the Save method In the above mentioned...finally save the DWG file as SVG on the disk using the Save method...

    kb.aspose.com/cad/net/how-to-convert-dwg-to-svg...
  8. Audio|Aspose.Slides for PHP Documentation

    Work with audio in PHP using Aspose.Slides: add, replace, extract, and trim sounds, set volume and playback for slides and shapes in PowerPoint and OpenDocument....$audioStream ); $presentation -> save ( "audio.pptx" , SaveFormat...$audioFrame ); $presentation -> save ( "audio_removed.pptx" , SaveFormat...

    docs.aspose.com/slides/php-java/examples/elemen...
  9. Manage Audio in Presentations on Android|Aspose...

    Create and control audio frames in Aspose.Slides for Android—Java examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations.... Save the modified presentation. This...PowerPoint file to disk pres . save ( "AudioFrameEmbed_out.pptx"...

    docs.aspose.com/slides/androidjava/audio-frame/
  10. Working with Radius of Sphere|Documentation

    Using Aspose.3D for .NET, you can set of get radius of a sphere. In order to get or set radius, you can use Radius property of Sphere class. The following is the code sample to set radius of a sphere.  ...Radius = 10 }); // Save scene scene . Save ( "sphere.obj" ); Create...

    docs.aspose.com/3d/net/working-with-radius-of-s...