iPhone ePub Reader and eBook development - iphone

I want to develop E-Book application in iphone by using ePub format with page turn animation. How can i used ePub format in iphone?I have to also break ePub page dynamically for page turn animation like Stanza. If anybody worked on ePub ebook app please guide me how to start.I wasted too many days in research. :-(

Related

Building a link to download ebooks directly from a website to Apple's iBooks Application

PragmaticProgrammers states the following on their website:
Jan 11, 2011 Note: Apple has made it
possible to download ebooks directly
in to iBooks in the latest release of iOS.
This week we updated our online store
to support this—visit either the
regular or cut-down mobile versions of
our site on an iPhone or iPad. When
you click a download link for an epub,
your device will pop up an Apple
dialog offering to load it into iBooks
(or any other appropriate
application). Your iPhone or iPad will
need to be up-to-date for this to
work.
I searched on Apple's developer website and couldn't find any hint on how to build this. Does anyone here now how this works? Thanks for your help!
I don't think there's anything to "build" (except for your epub file..) Have you tried downloading an epub book from the net? It works for me, that is, when I click an epub link in Mobile Safari on my iPhone, iOS offers to download it into iBooks.
Here's a free epub that I found on the web, which works fine.
http://bobdc.s3.amazonaws.com/books/epubkidsbooks/LittleBoPeep-ANurseryRhymePictureBook.epub

Convert PDF book to IPhone App

Can any one suggest me the best way to convert PDF to IPhone App?
Learn objective c
Get an iPhone developer license
Carefully break up your pdf into images and text
Write code to display the images and text in an attractive way
Design some cool icons
Publish to the App store
Wait for approval
Done!

my own epub rendering application in iphone possible?

I am required to make a app that renders epub format book in iPhone. Is it possible ? I know I can render PDFs using webView. how can I render epub formats ? is there any apple restrictions ?
thanks
Its is possible I have been working on one for about a month now.
Take a look at:
http://groups.google.com/group/leaves-developers/browse_thread/thread/27e4bf5ff3c53113

Any suggestion IF I need to write an iPhone/iPad app to show HTML5 content?

Is there any reference about writing an application on iPad/iPhone to show HTML5 content ?
Any reference book
Sample source codes
Which components should I use ?
Million Thanks.
There already is an app on the iPad and iPhone for showing HTML5 content: Safari.
If you want to show specific HTML5 content within an app, just use a UIWebView.
Building iPhone Apps with HTML, CSS, and JavaScript

SVG images in an iPhone application

I'm looking for a small tutorial that can help me use svg images in iphone application. I'm trying to learn about svg format, and would love to know if there is relevant material from apple out there? particularly, w.r.t. iPhone.
Are there any open source libraries, or frameworks in iPhone SDK 3.0+ for SVG?
Any help is appreciated. Thanks.
Mustafa
The UIWebView class will render SVG files.
To demonstrate this, put your SVG file on the web somewhere and view it with Mobile Safari.
If you need a tutorial on how to use UIWebView, search Google on "UIWebView tutorial".
You might want to check out this project:
https://github.com/splashdust/SVGQuartzRenderer
It enables you to at least get past UIWebView.