Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I intend to convert a physical book into a ebook for iPhone. I am interested in finding out what are the steps that I need to do in order to do this. Need some guidance as well as suggestions.

share|improve this question

1 Answer

up vote 4 down vote accepted

1) If you are intending on distributing this book in any way (using for anything besides your own personal use), you will need to obtain copyrights to the material (unless you wrote it).

2) Get images of all the pages onto a computer by scanning it or using a digital camera.

3) Use an OCR program to generate text. Here is a list.

4) Use a page layout, word processing, or book writing program to compile the text into a document. These include Pages from iWork (word processing and page layout), iBook Author, Word from Microsoft Office (word processing), Adobe Illustrator (page layout, comes with Adobe Creative Suite), and numerous others. Open Office might be good enough.

5) Export the document as a PDF or ePub. iPhones and iPads also recognize Kindle and B&N eBook formats.

share|improve this answer
This is a fast answer. If the person is asking, there's a chance they wouldn't know what this stuff means and are looking for steps. – Eli Gregory Jun 18 '12 at 18:47
@EliGregory Does that look better? – FireLizzard Jun 18 '12 at 19:01
looks great @FireLizzard – Eli Gregory Jun 18 '12 at 19:05
thanks for the information @FireLizzard ... – lakesh Jun 19 '12 at 4:09
@lakesh No problem. I have some experience with this, and it is a pretty tedious process. You could try using a command-line OCR program and a web-cam. Build a shell script to snap an image and run it through OCR every second or so. Then all you have to do is flip the page every second. – FireLizzard Jun 19 '12 at 18:12
show 1 more comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.