Questions tagged [epublib]

epublib is a Java library for reading EPUB files, available for Android as well.

epublib is a Java library for reading EPUB files, available for Android as well.

38 questions
0
votes
1 answer

Epublib crash with Epubreader no class found

I have the following error: 07-03 19:45:47.341 18148-18148/? W/dalvikvm: Exception Ljava/lang/NoClassDefFoundError; thrown while initializing Lnl/siegmann/epublib/epub/EpubReader; 07-03 19:45:47.341 18148-18148/? E/AndroidRuntime: FATAL EXCEPTION:…
narb
  • 958
  • 1
  • 13
  • 39
0
votes
1 answer

Can i call other application in eBook(epub)?

I want to make ebook that can call other application. For example, if reader of ebook clicks button or link, application like game will be executed. I thought it can be done by using Javascript but i couldn't find any information about it. If it is…
MadCow
  • 5
  • 1
0
votes
1 answer

The code isn't showing the book. I tried my best but never succeeded, please help me with it

this is my code (MainActivity1.java) package com.example.folowreader; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.List; import nl.siegmann.epublib.domain.Book; import…
Abood
  • 13
  • 4
0
votes
1 answer

why epublib for android web view load data url show [B@41408d8?

Hi everyone i try to show content of epub using epublib. this is my code File f = new File(Environment.getExternalStorageDirectory() + "/documents/cindersilly.epub"); String path = f.getPath(); FileInputStream…
yozawiratama
  • 4,209
  • 12
  • 58
  • 106
0
votes
0 answers

NullPointer Exception on using epublib

I use Paul Siegman's epublib to render ePubs in my application. I get a NullPointerException when I try Bitmap coverImage = BitmapFactory.decodeStream(book.getCoverImage().getInputStream()); My search returned that I should import slf4j api and…
Aravind Srivatsan
  • 435
  • 1
  • 5
  • 15
-1
votes
1 answer

epublib Epub Library build issue

I am trying to work with the epublib code base. I think I have my maven file set up correctly. The dependencies do get downloaded and are in my .m2 folder. However, I can not get maven build to complete without errors. I have used mvn install, …
-1
votes
1 answer

I am trying to read a .epub format but i am getting an encoded stuff in my web view

This is the code i am using import android.content.res.AssetManager; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.text.Html; import android.util.Log; import android.webkit.WebView; import…
manu
  • 1
  • 1
-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
1 2
3