Reputation: 121
I'm trying to create an objective C classe for my iPad application which can convert a powerpoint file to a jpeg file. Accordingly i've to read into the pptx format to see how the file is structured and create an image, from scratch, in which i can say this element goes there, this one here, this text there.
But actually i've no idea how to do this, if the best way is to use a already existing framework in iOS or an additional library?
Thanks to everyone ;)
Bye
Upvotes: 2
Views: 944