简体   繁体   English

将PDF转换为Keynote-iOS

[英]Convert PDF to Keynote - iOS

Is it possible to convert each page in a PDF into separate images and then add those images to separate slides in an Apple Keynote file all with Objective-C and on iOS? 是否可以将Objective-C和iOS上的PDF中的每一页都转换为单独的图像,然后将这些图像添加到Apple Keynote文件中的单独幻灯片中? After that, if that was possible - I would then need to import that keynote file into Keynote, again, on iOS. 之后,如果可能的话-我将需要再次将该iOS上的Keynote文件导入Keynote。

Some basic playing around with the core-graphics pdf api should get you the UIImage s for each page. 核心图形pdf API的一些基本操作可以使您获得每个页面的UIImage For the Keynote part you might need to do some more digging. 对于主题部分,您可能需要进行更多挖掘。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM