Search code examples
iosipadcore-graphicspresentation

programmatically generate ppt in iOS


For generating PDF files we can use Core Graphics. Similarly is there any framework / class that can be used for generating .ppt (power point presentation) files via code ? Or is there any third party framework for this purpose.


Solution

  • There's no in-built Apple API, and I've never heard of a third-party framework for this.