Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 126,459 for

presentation

(0.08 sec)
  1. How to Convert PDF to Presentation using Java

    In this tutorial, we will focus on how to convert PDF to Presentation using Java in MS Windows, macOS, or Ubuntu. The code sample in Java add PDF to Presentation with no dependence on MS PowerPoint....Family How to Convert PDF to Presentation using Java In this tutorial...on how to convert PDF to Presentation using Java in MS Windows...

    kb.aspose.com/slides/java/how-to-convert-pdf-to...
  2. Microsoft PowerPoint Presentation Conversion to...

    Convert Microsoft PowerPoint Slides to different files including HTML, PDF and image formats within Java based applications....ODP PDF Convert PowerPoint Presentation using Java Build your own...own Java apps to convert presentations using server-side APIs....

    products.aspose.com/slides/java/conversion/
  3. How to Hide a Slide in Presentation using Java

    We will walk you through the steps in Java for how to hide a slide in Presentation using Java. With the help of a few lines of easy code one can hide a PPT slide using Java....Family How to Hide a Slide in Presentation using Java In this topic...demonstrate how to hide a slide in Presentation using Java along with detailed...

    kb.aspose.com/slides/java/how-to-hide-a-slide-i...
  4. How to Convert SVG to Presentation using Python

    In this topic, we will walk you through the steps for how to convert SVG to Presentation using Python. By utilizing a few lines of easy code you can easily convert SVG to Presentation using Python....Family How to Convert SVG to Presentation using Python In this tutorial...on how to convert SVG to Presentation using Python without any...

    kb.aspose.com/slides/python/how-to-convert-svg-...
  5. Redact PPTX Presentation Files using .NET | pro...

    C# source code to find and replace text in PPTX Presentation....find and replace text in presentation files using server-side...metadata of PPTX presentations Redact PPTX Presentation via C# A basic...

    products.aspose.com/slides/net/redaction/pptx/
  6. Redact PPT Presentation Files using C++ | produ...

    C++ source code to find and replace text in PPT Presentation....find and replace text in presentation files using server-side...metadata of PPT presentations Redact PPT Presentation via C++ A basic...

    products.aspose.com/slides/cpp/redaction/ppt/
  7. How to Hide a Slide in Presentation using Python

    This article entails how to hide a slide in Presentation using Python. It encompasses the necessarily required configuration steps and a working example code to hide a PPT slide using Python....Family How to Hide a Slide in Presentation using Python This simple...entails how to hide a slide in Presentation using Python . It encompasses...

    kb.aspose.com/slides/python/how-to-hide-a-slide...
  8. How to Convert SVG to Presentation using C#

    We'll walk you through the steps in C# for how to convert SVG to Presentation using C#. With the help of a few lines of code you can easily convert SVG to Presentation using C#....Family How to Convert SVG to Presentation using C# In this simple...you how to convert SVG to Presentation using C# without any reliance...

    kb.aspose.com/slides/net/how-to-convert-svg-to-...
  9. Can't Check If a PowerPoint Presentation Is of ...

    I want to check for a Presentation if it is of type pptm, but SourceFormat has no Pptm type, is there any other method to check it? IPresentation Presentation = new Presentation(inputPath); int retval = 0; switch (pres…...Can't Check If a PowerPoint Presentation Is of Type PPTM in Java...1 I want to check for a presentation if it is of type pptm, but...

    forum.aspose.com/t/cant-check-if-a-powerpoint-p...
  10. Read and Replace Header and Footer Text in a Pr...

    Hi, I am trying to extract Header and Footer text from a pptx. I see, that I can write text via the HeaderFooterManager, like so: IMasterNotesSlide masterNotesSlide = Presentation.getMasterNotesSlideManager().getMaster…...Header and Footer Text in a Presentation in Java Aspose.Slides Product...IMasterNotesSlide masterNotesSlide = presentation.getMasterNotesSlideM()....

    forum.aspose.com/t/read-and-replace-header-and-...