ibook-author

Is it possible to embed an eBook created with iBooks Author inside an app?

巧了我就是萌 提交于 2019-12-07 06:17:09
问题 I would like to embed an e-book created with iBooks Author inside an app. Does anybody know if it's possible? If not, is it possible to add a "link" in my app that opens the e-book? 回答1: You can export from iBooks author as PDF and then create a wrapper app that will display that PDF inside an app, but the experience will be suboptimal. 回答2: There is a computer tool called EPUB to pdf to convert the files into PDF. Once that is done im sure you can go on XCODE. The easiest way to load and

Is it possible to embed an eBook created with iBooks Author inside an app?

冷暖自知 提交于 2019-12-05 09:22:28
I would like to embed an e-book created with iBooks Author inside an app. Does anybody know if it's possible? If not, is it possible to add a "link" in my app that opens the e-book? You can export from iBooks author as PDF and then create a wrapper app that will display that PDF inside an app, but the experience will be suboptimal. There is a computer tool called EPUB to pdf to convert the files into PDF. Once that is done im sure you can go on XCODE. The easiest way to load and display a local pdf file is to use a UIWebview like that: NSString *path = [[NSBundle mainBundle] pathForResource:@