update epubator to 0.10
This commit is contained in:
parent
ab1397a074
commit
e597954f5d
|
@ -7,19 +7,20 @@ Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=iiizio%40us
|
||||||
|
|
||||||
Summary:Offline PDF to ePUB convertor
|
Summary:Offline PDF to ePUB convertor
|
||||||
Description:
|
Description:
|
||||||
* ePUBator extracts text from a PDF file and puts it in a well formed (epubcheck compliant) ePUB file.
|
* 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.
|
* PDF extraction is based on iText library http://itextpdf.com/ released under the AGPL license.
|
||||||
* ePUBator doesn't need internet connection.
|
* Doesn't need internet connection.
|
||||||
* ePUBator doesn't send your docs somewhere on the net.
|
* Doesn't send your docs somewhere on the net.
|
||||||
* ePUBator extracts text (no text in pictures or in raster PDF).
|
* 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.
|
* 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).
|
* Tries to extract the table of contents if present (or creates a dummy TOC).
|
||||||
* ePUBator doesn't extract the font size and style.
|
* Doesn't extract the font size and style.
|
||||||
* ePUBator works fine with single column PDF (can work bad with multi column or tables).
|
* 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).
|
* Can fail extraction (5 of 358 books with v0.8.1 on the author's Atrix).
|
||||||
* ePUBator IS MADE FOR BOOKS, NOT FOR EVERY TYPE OF PDF (DON'T ASK IT TOO MUCH).
|
* 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
|
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).
|
and/or disable the extraction of images and try again (sometimes helps).
|
||||||
.
|
.
|
||||||
|
|
||||||
|
@ -29,6 +30,7 @@ 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.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.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
|
Build Version:0.9,10,v0.9,subdir=ePUBator,prebuild=mv lib libs
|
||||||
|
Build Version:0.10,11,v0.10,subdir=ePUBator,prebuild=mv lib libs
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
|
|
Loading…
Reference in a new issue