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.

946 questions
-1
votes
1 answer

How can create and read ePub file programmatically in iphone

I want to create and read ePub file using some information programmatically in iPhone. Please help me how can create and read ePub file.
user2102502
  • 417
  • 2
  • 6
  • 17
-1
votes
1 answer

android outofmemory while reading epub file

In my application i am reading epub file when big size epub is reading it's give me can any one help me about this: Error: 02-01 09:25:06.814: E/AndroidRuntime(26698): FATAL EXCEPTION: Background 02-01 09:25:06.814: E/AndroidRuntime(26698):…
PankajAndroid
  • 2,689
  • 3
  • 27
  • 41
-2
votes
1 answer

How can I convert a file to binary (vice versa) in dart (Flutter mobile app)?

I want to make an online eBook app in flutter. So for security purpose I want to convert my .epub files into binary and save it to my phone storage and then open it through my app. I haven't tried anything yet.
-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

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
  • 2
-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

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,299
  • 15
  • 15
-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…
Mohammed Magdy
  • 114
  • 1
  • 7
-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,870
  • 7
  • 45
  • 87
-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

.epub e-book can't be read in Apple Books

I have an .epub e-book that was created in 2018. It was tested and worked with Kindle, Apple, and several other readers. Now, the file does not work in Apple books - and multiple people have tested or complained about this. I updated the file to…
Cody S
  • 11
  • 1
-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
  • 3
1 2 3
62
63