Sort Score
Result 10 results
Languages All
Labels All
Results 4,601 - 4,610 of 129,291 for

presentation

(0.09 sec)
  1. How to Convert PPTX to PPT in Java

    This tutorial guides on how to convert PPTX to PPT in Java. It shares the configuration details, program sequence and a runnable sample code to change PPTX to PPT in Java....to modify the loaded PPTX presentation before saving it back as...template PPTX file into the Presentation class object Perform some...

    kb.aspose.com/slides/java/how-to-convert-pptx-t...
  2. C++ API to Convert TEX to ODP | products.aspose...

    Convert TEX to ODP 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/tex-to...
  3. Convert POTX to ODP using C# | products.aspose.com

    Sample code for POTX to ODP C# conversion. Use API example code for batch POTX files to ODP conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Call the Save method...Conversion // instantiate a Presentation object that represents a...

    products.aspose.com/slides/net/conversion/potx-...
  4. Convert POTX to PPTM using C# | products.aspose...

    Sample code for POTX to PPTM C# conversion. Use API example code for batch POTX files to PPTM conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Call the Save method...Conversion // instantiate a Presentation object that represents a...

    products.aspose.com/slides/net/conversion/potx-...
  5. How to Convert PPTX to PPT using Python

    This brief tutorial is about how convert PPTX to PPT using Python. It covers all the information about the resources required and a process to write PPTX to PPT file converter using Python....PPTX to PPT Open the source presentation from the disk by creating...creating an instance of the Presentation class The save method converts...

    kb.aspose.com/slides/python/how-to-convert-pptx...
  6. 档案

    档案... 首先,使用 Presentation 类加载 PowerPoint 文件。 检索母版幻灯片。...设置水印的字体大小、颜色和旋转角度。 锁定水印,使其无法移动或删除。 最后,使用 Presentation->Save(System::String fname...

    blog.aspose.com/zh/slides/add-watermark-to-powe...
  7. Text Extends Beyond Circle Boundaries When Conv...

    Hi, We are using Aspose.slides for c++ For attached ppt, there is sun image with text fully inside the circle. Using below code to generate thumbnail, the text in thumbnail goes outside circle boundaries. shape->GetIm…...bounds: auto presentation = MakeObject<Presentation>(u"YourPresentation...on.pptx"); auto slide = presentation->get_Slide(0); auto shape...

    forum.aspose.com/t/text-extends-beyond-circle-b...
  8. Convert PDF to TIFF in C# | products.aspose.com

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

    products.aspose.com/slides/net/conversion/pdf-t...
  9. Convert PPSX to POTM using C++ application | pr...

    Sample C++ conversion code for PPSX document to POTM format. Use example code for batch PPSX to POTM 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/ppsx-...
  10. Convert PPT to HTML using C++ application | pro...

    Sample C++ conversion code for PPT document to HTML format. Use example code for batch PPT to HTML 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/ppt-t...