在 Objective C 中创建 epub 文件

发布于 2025-01-03 07:19:42 字数 158 浏览 2 评论 0原文

我是 iPad 开发新手。我正在制作 iPad 应用程序。在我的应用程序中,我想使用 Xcode 4.2 创建 epub 文件,是否有任何演示教程可用于使用 Xcode 制作 ePub 文件。我在谷歌中搜索过,但我没有找到任何从基础开始的东西..

任何人都可以给我基本的想法,如何开始?

i am new to iPad development. I am making iPad applications. In my application i want to create an epub file using Xcode 4.2, is there any demo tutorial available for making ePub file using Xcode. I have searched in google but i havn't found any thing which starts from basic..

can any one give me basic ideas, how to start ??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

星光不落少年眉 2025-01-10 07:19:42

我不知道任何代码示例可以展示如何在 Objective C 中生成 ePub,但 ePub 是非常简单的格式。它是一个 zip 文件,包含基于 xml 文件的结构化内容 http://www.jedisaber.com/eBooks/Tutorial .shtml
您可以基于其他语言的项目构建您的解决方案,例如: Ruby ePub 生成器 https://github.com/jugyo/eeepub 或 C# http://sourceforge.net/projects/epubhub/

I don't know any code examples which shows how to generate ePub in objective c, but ePub is pretty easy format. It's zip file with structurized content based on xml files http://www.jedisaber.com/eBooks/Tutorial.shtml
You can build your solution based on projects in other languages, like, in ex. Ruby ePub generator https://github.com/jugyo/eeepub or C# http://sourceforge.net/projects/epubhub/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文