programmatically generate ppt in iOS

◇◆丶佛笑我妖孽 提交于 2019-12-10 10:54:38

问题


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.


回答1:


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




回答2:


Seems there are still no open source solutions for this for iOS platform. Aspose seems to have something and another commercial that pretty recently emerged - libpptx.com, at least it provides some generic functionality to craft pptx



来源:https://stackoverflow.com/questions/19295228/programmatically-generate-ppt-in-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!