• 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:

create ppt slides dynamically/automatically

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

I have some graphs and tables that I would like to use to create
power point slides *automatically*.

Requirement:
graphs and tables --> program --> ppt slides

I just have no clue how I can use Java to acheive this. Please help!!!

Thanks,
Cathy.
[ June 16, 2004: Message edited by: Cathy Song ]
 
Cathy Song
Ranch Hand
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any suggestions??
 
Ranch Hand
Posts: 305
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Java has no built-in module to generate .ppt files that I know of. For the Microsoft junkies, Visual J++ has a library which can create dynamic powerpoint slides. You might want to look at it (if you're willing to conquer the world of Microsoft Visual * programming).
reply
    Bookmark Topic Watch Topic
  • New Topic