Sort Score
Result 10 results
Languages All
Labels All
Results 3,111 - 3,120 of 126,318 for

presentation

(0.11 sec)
  1. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP Presentation solutions....FirstSlideNumber Has Been Added to the Presentation Class The new property FirstSlideNumber...FirstSlideNumber added to Presentation allows to get or to set...

    docs.aspose.com/slides/net/public-api-and-backw...
  2. Convert PPTM to SVG using Java | products.aspos...

    Sample Java conversion code for PPTM 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/pptm...
  3. Convert ODP to SVG using Java | products.aspose...

    Sample Java conversion code for ODP 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/odp-...
  4. 转换为HTML|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//实例化一个表示演示文稿文件的Presentation对象 Presentation pres = new Presentation ( srcFileName...

    docs.aspose.com/slides/zh/net/conversion-to-html/
  5. Supported File Formats|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....PowerPoint presentation 97 - 2003 PPTX PowerPoint presentation 2007...2007 - 2019 PPTM PowerPoint presentation 2007 - 2019 PPSM PowerPoint...

    docs.aspose.com/slides/sharepoint/supported-fil...
  6. Convert PDF to JPG in C# | products.aspose.com

    Convert PDF to JPG in C#. Use .NET library API to convert PDF pages to JPG images...Create an instance of the Presentation class. Load the PDF file...to JPG using (Presentation pres = new Presentation()) { pres.Slides...

    products.aspose.com/slides/net/conversion/pdf-t...
  7. Convert POT to SVG using C++ application | prod...

    Sample C++ conversion code for POT document to SVG format. Use example code for batch POT to SVG conversion within any C++ Application....Slides for C++ Presentation Object. Call the Save()...SharedPtr<Presentation> prs = MakeObject<Presentation>(u "sourceFile...

    products.aspose.com/slides/cpp/conversion/pot-t...
  8. Convert TIFF to SVG using C++ application | pro...

    Sample C++ conversion code for TIFF document to SVG format. Use example code for batch TIFF to SVG conversion within any C++ Application....Slides for C++ Presentation Object. Call the Save()...SharedPtr<Presentation> prs = MakeObject<Presentation>(u "sourceFile...

    products.aspose.com/slides/cpp/conversion/tiff-...
  9. Convert XML to SVG using C++ application | prod...

    Sample C++ conversion code for XML document to SVG format. Use example code for batch XML to SVG conversion within any C++ Application....Slides for C++ Presentation Object. Call the Save()...SharedPtr<Presentation> prs = MakeObject<Presentation>(u "sourceFile...

    products.aspose.com/slides/cpp/conversion/xml-t...
  10. Create Presentations in C++|Aspose.Slides Docum...

    Create Presentations in C++ with Aspose.Slides—produce PPT, PPTX, and ODP files, benefit from OpenDocument support, and save them programmatically for reliable results....Create Presentations in C++ Contents [ Hide ] Create a PowerPoint...PowerPoint Presentation To add a simple plain line to a selected slide...

    docs.aspose.com/slides/cpp/create-presentation/