• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Run slideshow of ppt through a java program

 
Greenhorn
Posts: 2
Android Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,


How can I run a slideshow of PPT through Java program? Is there any specific method available? I have used JavaDoc:org.apache.poi.xslf.XSLFSlideShow. But through that I am able to create and read the contents of slides in a ppt. But my requirement is to execute a ppt and while the slides are moving note the time and then create an xml with slide names and corresponding timing. Can any body help me to run a slideshow of ppt through a program...?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic