• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java based solution to read and run .ppt file

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

I am looking for a java/j2ee based solution for an application who can read a .ppt file and can display as it is(with same sound,music and special effects) in Application
Any suggestions are welcome.


Thank you.
Kishan kant
 
Ranch Hand
Posts: 349
Hibernate Eclipse IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi kishan,

Good day to you.

I believe Apache POI is the only open source that is working on ppt read and write from java. You can use Aspose(Shareware) though

It is a java PowerPoint presentation reporting component. With it, you can:Read, change and save existing Microsoft PowerPoint presentations which support text placeholders, text frames and backgrounds without utilizing Microsoft PowerPoint; Read and change PowerPoint presentations via API; Preview slides and integration with Aspose.Pdf for Ppt2Pdf converting;etc.The latest version added new video clips as a link to a video file;etc.

This may help your needs.

Ananth Chellathurai
 
Ananth Chellathurai
Ranch Hand
Posts: 349
Hibernate Eclipse IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HSLF could help your needs.

Ananth Chellathurai
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HSLF (which is the PowerPoint component of POI) can read and write PPT files. It has no provisions for playing them, though, and it doesn't have much (or any) support for fancy stuff like transitions, animations and embedded objects like audio and video.
 
Would you like to try a free sample? Today we are featuring tiny ads:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic