Greetings: We have many use cases involving powerpoint in which the poi libraries will play a pivotal role. I have spent a few weeks exploring the easier things you can do with the HSLF classes, including extracting images, making new presentations, etc. But here is one that has stumped me, being a newbie with the API: extracting the entire contents of a specific slide within a presentation and turning it into a graphic. The end use of this is presentation in a portal. The slides may contain text and graphics.
The Slide class lets you get Slide Atoms and so forth, but I'm unclear as to how to reassemble these into an an image of the original slide. Is this even possible? I was pretty dicouraged until I saw that PresentationPro can convert an entire ppt file into a flash movie (see April 2007 archives of this list). If you can do that you should be able to save a single slide as a png file, right? Thanks in advance for helpful hints! Bruce Altner --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
