You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussions about epublib: a java library for epubs
|
|
|
Confused about specification of EPUB
|
| |
Hi Friends, I got requirement from one of my client about the developing EPub3 reader for desktop application as well as Android application. I'm search for EPub on web and found psiegman <[link]> library. can you please tell me.... 1. Does it comply with Epub3 standards 2. How can i use this project for my applications.... more »
|
|
could not able to display image in converted epub file
|
| |
hi i am using epub lib and converting html to epub, but i cant able to display the images in the converted files below is my code can any one help me???? package com.ereader.content.controller ; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.FileReader;... more »
|
|
Displaying Images from epub
|
| |
I tried all methods from stackoverflow and other questions. But I cant get to display images. What am I doing wrong? Right now I am using the following code: String abspath = FILEPATH+File.separator+file; File filePath = new File(abspath+".epub"); InputStream epubInputStream = new BufferedInputStream(new... more »
|
|
meta tag with content and name attribute
|
| |
Hi, I've tried around with epublib and I miss the metadata support which is used by calibre. For example: ... <dc:title>Some title</dc:title> <meta name="calibre:rating" content="8"/> <dc:date>2010-05-14T22:00:00+0 0:00</dc:date> ... At the moment, the reader ignores this tags. I've just added the support... more »
|
|
ePUB 3 support
|
| |
I have been reading the ePUB3 standard to try every feature on the project, how much the epublib project support ePUB3 and is there any feature was not supported yet. Do any one make an evaluation about the ePUB3 supporting and try to fix any missing from the standard? Or, are you planning to support all the features?... more »
|
|
Get by Subheader
|
| |
In Android, I'm serving up a series of docs who's ToC includes
subheaders (for instance, the 'Introduction' chapter has the
subheadings 'Introduction', 'Thanks', and 'Art Credits'). I've got it
displaying the list of chapters and subheadings with an expandable
list, with each subheading linked to a display activity. Everything's... more »
|
|
Get page number for a piece of text
|
| |
Like previous posts, I am interested only in extracting the text.
I've achieved that by using the Spine. But, most books have less
Resources than pages, and there is no clear way to map the resource's
text to a page number.
Is there a way to get this piece of information without rendering the... more »
|
|
how to split content into pages
|
| |
In my apps a whole content of one chapter is shown in webveiw with a
long scrolling ......... I want to avoid this long scrolling and
showing remaining contained in next page . How could I do this ?
|
|
|