vivekrkt 0 Posted February 3, 2015 Report Share Posted February 3, 2015 Hello friends, I have some .epub books that I want to display on my webpage just like embeding some reader and put that epub file in the source. But don't know how to and what type of reader I should use. The epub reader should fetch the .epub files from my server. Please help me. Its very urgent. Thanks in advance! -Vivek Quote Link to post Share on other sites
justsomeguy 1,135 Posted February 3, 2015 Report Share Posted February 3, 2015 Have you done any research?https://www.google.com/search?client=opera&q=embed+epub+files+on+web+page 1 Quote Link to post Share on other sites
vivekrkt 0 Posted February 6, 2015 Author Report Share Posted February 6, 2015 Yes, I have done.. But didn't find any useful link. All were talking about the extention that I don't have to use. Please suggest me some useful. - Thanks Quote Link to post Share on other sites
justsomeguy 1,135 Posted February 9, 2015 Report Share Posted February 9, 2015 Some of them also mention the structure of the epub file, which is basically a zip file full of HTML and XML files. It wouldn't be all that hard to create a PHP script that would read the epub file and extract everything it needs to display the individual pages. I'm a little surprised someone hasn't already made something like that, but I guess it would be possible to build yourself if you know enough PHP. 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.