Hi
I have to implement a web service, which takes a Microsoft PowerPoint presentation as an input, and outputs:
- every slide as a standalone ppt file
- text for indexing
- optionally a preview picture
It should also be able to combine ppt files together.
Is openoffice headless can solve this task on a server, or should I go with .NET?
I don't have any .NET experience, so I would like to avoid using it.