Questions tagged [epub]

EPUB (short for electronic publication) is an open XML-based digital book format which uses XHTML and CSS for document content.

EPUB (short for electronic publication) is an open XML-based digital book format which uses XHTML and CSS for document content. It is widely used in electronic ink devices as well as software ereaders. EPUB documents can be created easily using open-source and commercial tools. More information can be found at the International Digital Publishing Forum, which sponsors the EPUB format.

898 questions
-2
votes
1 answer

HTML/CSS (ePub) - Resizing images : some images are ridiculously small when using max-width/height

I'm working on a ePub containing a lot of images. Some are extra wide, some are extra long. All my images are inside a div with a 100% width. I want my images to use 100% of the div witdh unless that would make the height bigger than 100% of the…
Detroa
  • 1
  • 1
-2
votes
1 answer

Remove nested HTML tag inside

tags of an EPUB file

I have a html file with standard header
-2
votes
1 answer

Show ebook online (using epub.js + WordPress)

I want to show an ebook (epub-format) on a website that's built with a custom theme for WordPress. I have, among other things, tried to find answers in the epub.js documentation but I can't make sense of it and need help. What it does now: It loads…
CutePixel
  • 1
  • 3
-2
votes
1 answer

How to make a book on website?

I am trying to figure out how to convert these documents (currently in .tiff) into a book like format so that it looks pretty much like this: https://0-ebookcentral-proquest-com.ignacio.usfca.edu/lib/usflibrary-ebooks/reader.action?docID=5041697 or…
Ji.Y
  • 1
  • 1
-2
votes
1 answer

Is there a software that can read a lot of document filetypes

I know that, if you want to watch movies or videos, there is a program called VLC media player that lets you read many many media file types. I am looking for something like this for document files (pdf, epub, ebook, doc, docx, rtf, html, txt, ...…
-2
votes
1 answer

Read content from .epub file

I am new to epub and I have to write code which take epub file(.epub) as an input and preview that file using regular java and response like epub reader.
Mian
  • 53
  • 4
-2
votes
1 answer

Why can't I download a file in iOS9

I have created a web page to download an epub file download page here and it seems to work in my older ipad (running iOS8) but not on my newer ipad running iOS9 nor on my friends iphone (also iOS9) - I've googled around for anyone else having…
Myke Black
  • 1,242
  • 15
  • 14
-2
votes
1 answer

Unfortunately app has stopped [ Read EPub File ]

When I run my project in eclipse, I get this error: unfortunately app has stopped I am unable to run my project. Please help me solve this issue. This app simple read .epub Book File i usd…
-2
votes
1 answer

how to make an epub reader and display as imageview in android

would someone provide me with the code to read an epub book and display as webView , I have tried my best to get the needed code but never got it so i wish if someone would post it for me, I need a step by step procedure as i am a beginner i am…
Abood
  • 13
  • 4
-2
votes
2 answers

Is it possible to read epub file without unzipping in iOS

I have an epub file saved with me in documents directory. Can anybody suggest me a way to read the data and chapters without unzipping the file. I know its possible in Android so there must be a way out for apple too. Can anybody throw some light on…
Swati
  • 2,837
  • 7
  • 41
  • 85
-2
votes
3 answers

Can epub files communicate with a server?

I need help on epub files if it can communicate with a server. Epub files are for making e-books. We are having an issue where a client needs to know if we can push updated material to an epub file. I need to know if its possible or not. Thanks in…
-3
votes
1 answer

Is there any way to read an Epub file while it is downloading?

I currently have an Android and iOS app that downloads and reads an epub file stored in a remote server. Currently the epub is fully downloaded before being unzipped and displayed. Now, the client requested for a way for the user to be able to read…
-4
votes
1 answer

Display text as book pages in swift

I'm trying to make an epub reader app in swift. I parse an epub file and get all metadata and xhtml's. Then, if the user wants to read the book, I append all of the book's text to uitextview. Are there any possible solutions to display text in book…
ptfpn
  • 3
  • 2
1 2 3
59
60