开发者

how to convert programatically powerpoint to xml and back

开发者 https://www.devze.com 2022-12-10 04:48 出处:网络
I need to convert powerpoint file to a text based file such as xml o html progr开发者_运维问答amatically and do some proccesses in it and again convert the textbased file top powerpoint. I prefer to d

I need to convert powerpoint file to a text based file such as xml o html progr开发者_运维问答amatically and do some proccesses in it and again convert the textbased file top powerpoint. I prefer to do it with java.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消