update epubator, change update mode to tags and fix description
This commit is contained in:
parent
8a9c17e70e
commit
51e123f132
|
@ -5,21 +5,20 @@ Source Code:http://sourceforge.net/p/epubator/code
|
|||
Issue Tracker:
|
||||
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=iiizio%40users%2esf%2enet&lc=GB&item_name=ePUBator¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
|
||||
|
||||
Summary:PDF to ePUB convertor
|
||||
Summary:Offline PDF to ePUB convertor
|
||||
Description:
|
||||
Minimal offline PDF to ePUB converter for Android.
|
||||
ePUBator extracts text from a PDF file and puts it in a well formed (epubcheck compliant) ePUB file.
|
||||
PDF extraction is based on iText library http://itextpdf.com/ released under the AGPL license.
|
||||
ePUBator doesn't need internet connection.
|
||||
ePUBator doesn't send your docs somewhere on the net.
|
||||
ePUBator extracts text (no text in pictures or in raster PDF).
|
||||
ePUBator tries to extract images (only png, jpg and gif) but puts them at the page's end.
|
||||
ePUBator tries to extract the table of contents if present (or creates a dummy TOC).
|
||||
ePUBator doesn't extract the font size and style.
|
||||
ePUBator works fine with single column PDF (can work bad with multi column or tables).
|
||||
ePUBator can fail extraction (5 of 358 books with v0.8.1 on my Atrix).
|
||||
ePUBator IS MADE FOR BOOKS, NOT FOR EVERY TYPE OF PDF (DON'T ASK IT TOO MUCH).
|
||||
WARNING!!!
|
||||
* ePUBator extracts text from a PDF file and puts it in a well formed (epubcheck compliant) ePUB file.
|
||||
* PDF extraction is based on iText library http://itextpdf.com/ released under the AGPL license.
|
||||
* ePUBator doesn't need internet connection.
|
||||
* ePUBator doesn't send your docs somewhere on the net.
|
||||
* ePUBator extracts text (no text in pictures or in raster PDF).
|
||||
* ePUBator tries to extract images (only png, jpg and gif) but puts them at the page's end.
|
||||
* ePUBator tries to extract the table of contents if present (or creates a dummy TOC).
|
||||
* ePUBator doesn't extract the font size and style.
|
||||
* ePUBator works fine with single column PDF (can work bad with multi column or tables).
|
||||
* ePUBator can fail extraction (5 of 358 books with v0.8.1 on my Atrix).
|
||||
* ePUBator IS MADE FOR BOOKS, NOT FOR EVERY TYPE OF PDF (DON'T ASK IT TOO MUCH).
|
||||
|
||||
In the event of crash, unexpected stoppages or insufficient memory try setting Page per file to 1
|
||||
and/or disable the extraction of images and try again (sometimes helps).
|
||||
.
|
||||
|
@ -29,9 +28,10 @@ Repo:git://git.code.sf.net/p/epubator/code
|
|||
|
||||
Build Version:0.7,7,v0.7,subdir=ePUBator,prebuild=mv lib libs
|
||||
Build Version:0.8.1,9,v0.8.1,subdir=ePUBator,prebuild=mv lib libs
|
||||
Build Version:0.9,10,v0.9,subdir=ePUBator,prebuild=mv lib libs
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.9
|
||||
Current Version Code:10
|
||||
|
||||
|
|
Loading…
Reference in a new issue