vote up 0 vote down star

I need to convert powerpoint file to a text based file such as xml o html programatically and do some proccesses in it and again convert the textbased file top powerpoint. I prefer to do it with java.

flag

1 Answer

vote up 1 vote down

Take a look at this: POI and specifically POI-HSLF

You need to read the ppt and extract the contents and form your xml doc. Post manipulation you need to create back the ppt.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.