views:

286

answers:

1

Greetings, I'd like to convert a PointPoint file to PDF using C/Objective-C (bonus points if you suggest a solution that could run on an iPhone directly).

There are a number of Java libraries to work with MSFT files (odftoolkit, apache poi), but I'd really like to perform this operation on an iPhone device.

Apple has built in libraries to Quick-Look my PowerPoint files, so it seems like it should be possible to access these.

Suggestions for libraries / Frameworks/ APIs?

A: 

Any chance you found a way to do this? I was wondering the same

ESR