• 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

how import ppt file in java

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All...


I want Import the Power Point Slide in my java swing Application.If Any easy and possible way let u knoew anybody plz help me Solve this problem.

Thanx to Advance

ARjunMkuc
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The only application that can open PPT files and has a Java API I'm aware of is OpenOffice. What do you intedn todo with the file once you have opened it - display, play, edit?
 
Bartender
Posts: 4121
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jakarta POI looks like it's working on this - but currently it looks like it only provides limited functionality.
 
Arjun Palanichamy
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Nathan...

Your Code Work perfectly in my application, i am very happy same time Thanks to you again.
same time i want some another help plz ,i want the import PPT file in my jav swing application,i seen the your previous reply POI webpage but i canot come to clear idea.i try to convert PPT file to (.sxi) and UNziped that i got One XML file but i canot modify it my applicaton. Plz if give any simple source code ....

Thanks in Advance.
Arjun
 
Nathan Pruett
Bartender
Posts: 4121
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The specific POI component you'd be interested in would be POI-HSLF. If you use the menu on the left side of the linked page, there are some short code snippets showing how to do various things. Like I said before, it currently only provides limited functionality - but hopefully it helps you.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic