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

Java API for Converting Powerpoint into jpg

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

I need to write a Java program to convert Powerpoint slides into JPEGS. I've been looking at a variety of tools but I have not yet found what I'm looking for. I had hoped to use the Open Office API but then I learnt that the end result is not that good. So could you please let me know if you know of any good tool...it needs to have a Java API to it. I am willing to pay.

Thanks
Ernest
 
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This may help you Apache POI
but i am not sure about this
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Prafulla N. Patil:
This may help you Apache POI


No, unfortunately not. Apache POI is cool, but its PPT support is nowhere near supporting conversion to images.
 
ernest fakudze
Ranch Hand
Posts: 216
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the help folks. I have had to use a Windows application to do this. I invoke it as a Process through Runtime. It seems this is the only way of getting a good result so far as this application uses Powerpoint internally to do the conversion.

Happy New year!!
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i can advice another good one!
its VisiPPT...very helpful prog its can convert your PPT to video and to flash...its not free=( but has demo without timelimit!not bad right?)
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic