Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I display epub format book in pure HTML5/CSS/Jquery

Tags:

People also ask

How do I open an epub file in HTML?

epub files are just HTML/XML and CSS, so you could easily open the epub container (it's a zip), then parse the XML inside using a language like PHP.

How do I open an epub file in my browser?

When you want to open an epub file, click on the EPUBReader icon in the toolbar and you'll see a folder icon appear. Click this, find the epub file, then double click it to see the contents displayed in your browser window.

Is epub just HTML?

Implementation. An EPUB file is an archive that contains, in effect, a website. It includes HTML files, images, CSS style sheets, and other assets. It also contains metadata.


Is it possible to display epub format books in web browser using pure HTML5, CSS and Jquery? Could anybody please suggest how do I do this? I have to also make this responsive to be able to make it work on iPad. I know that but I don't know how do I read the epub using HTML and Javascript.

The epub may contain some mathematical functions and I need to display them properly too.