dquangsinh / fb2pdf

Automatically exported from code.google.com/p/fb2pdf
0 stars 0 forks source link

ePub support #98

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add option to generate output in ePub format.

Useful links:

  * http://code.google.com/p/epub-tools/
  * http://sorotokin.com/fb2epub.html

To read ePub files on Mac/PC:

http://www.adobe.com/products/digitaleditions/

iPad supports ePub using iBooks application (with iTunes sync). It is tested to 
show russian
ePubs well. Screenshots:

  * http://s168.photobucket.com/albums/u180/vzaliva/?action=view&current=bbd5c2ef.jpg
  * http://s168.photobucket.com/albums/u180/vzaliva/?action=view&current=353c1365.jpg
  * http://s168.photobucket.com/albums/u180/vzaliva/?action=view&current=2942507f.jpg

Newer sony readers also support ePub, although it is yet to be tested how 
russian fonts work 
there.

Original issue reported on code.google.com by kroko...@gmail.com on 10 Apr 2010 at 11:30

GoogleCodeExporter commented 8 years ago
I have commited JAR to SVN. Here is command line to convert fb2 to EPUB:

{{{
deco /Users/lord/tmp> java -cp epubgen-0.5.0.jar 
com.adobe.dp.epub.conv.CLDriver 
User:
 java -jar epubgen.jar com.adobe.dp.epub.conv.CLDriver [options] srcfile ...
Options:
        -pageBreaks
        -translit
        -adobeMangling
        -embedFonts
        -targetDir
}}}

Original comment by kroko...@gmail.com on 14 Apr 2010 at 5:51

GoogleCodeExporter commented 8 years ago

Original comment by zlatk...@gmail.com on 1 May 2010 at 10:08