Hi people, i was wondering if you know any tutorial or if you have any experience in doing an ebook reader.
With cocos2d, i think, the simplest way would be to create an array of pages and foreach one instiate an scene/layer and transition between them.
Now, what i couldn't find is if it is posible to read a pdf file and extract its pages for using them, or if i have to directly convert the pages to png and use them.
Also if it is posible to use the pdf data, can i somehow access the text within? Like for example for doing a word search?
Thanks!