[wdx] EPUB and FB2 content plugin (x32\x64) (new)
Moderators: sheep, Hacker, Stefan2, white
-
- Junior Member
- Posts: 20
- Joined: 2011-10-30, 15:35 UTC
[wdx] EPUB and FB2 content plugin (x32\x64) (new)
EPUB content plugin (wdx)
Extracts data from fb2 and epub files.
Fields: Genre, Authors, Author, Book title, Language, Sequence, Text date, Annotation, Version, Publisher,
Publisher City, Publication Date, ISBN
You can also use it with TC "search in plugin" function.
Screenshot:
https://drive.google.com/open?id=0B3YBFQ1XOyUXeWdWR3Q3YWVkMEk
Download:
v.2.8.2
http://totalcmd.net/plugring/FastFb2_Epub.html
EPUB Lister (wlx) (not supported)
EPUB Lister plugin is designed to view ePUB files.
Formats a text according to the information from CSS file located in your EPUB document.
Supports images - jpg, png, gif.
https://drive.google.com/open?id=0B3YBFQ1XOyUXZHY5TDM5M0NNVkU
Download:
v.1.0
https://docs.google.com/uc?authuser=0&id=0B3YBFQ1XOyUXSE1VNWVlQW4zTFU&export=download
Extracts data from fb2 and epub files.
Fields: Genre, Authors, Author, Book title, Language, Sequence, Text date, Annotation, Version, Publisher,
Publisher City, Publication Date, ISBN
You can also use it with TC "search in plugin" function.
Screenshot:
https://drive.google.com/open?id=0B3YBFQ1XOyUXeWdWR3Q3YWVkMEk
Download:
v.2.8.2
http://totalcmd.net/plugring/FastFb2_Epub.html
EPUB Lister (wlx) (not supported)
EPUB Lister plugin is designed to view ePUB files.
Formats a text according to the information from CSS file located in your EPUB document.
Supports images - jpg, png, gif.
https://drive.google.com/open?id=0B3YBFQ1XOyUXZHY5TDM5M0NNVkU
Download:
v.1.0
https://docs.google.com/uc?authuser=0&id=0B3YBFQ1XOyUXSE1VNWVlQW4zTFU&export=download
Last edited by Psychedelic on 2016-06-11, 07:32 UTC, edited 3 times in total.
-
- Junior Member
- Posts: 20
- Joined: 2011-10-30, 15:35 UTC
Horst.Epp
I did not know that SumatraPDF supports epub.
Maybe I am too hurried.
Now I compared two plugins, so:
SumatraPDF always displays the contents on the virtual pages, showing the empty grey fields from both sides, EPUB Lister displays the text on the entire width of the lister.
In this case EPUB Lister is better because you need to scroll less.
EPUB Lister displays text with current epub's CSS.
e.g. EL displays various font sizes with correct embedded fonts (font name) and font colors in a single document.
(SumatraPDF - renders all text with the same font, font size and font color), displays list elements (list-style-type: disc etc) (sumatraPDF does not display list elements).
Sumatra does not support CSS at all, btw.
sumatraPDF - removes empty lines in some cases.
EPUB Lister leaves empty lines (strict to current css). So reading is easier.
But Sumatra loads EPUB faster and it has more features (search, fast zoom, bookmarks and content, export etc..).
Therefore, I have decided not to waste time on epub lister viewer plugin further developments.
I did not know that SumatraPDF supports epub.
Maybe I am too hurried.
Now I compared two plugins, so:
SumatraPDF always displays the contents on the virtual pages, showing the empty grey fields from both sides, EPUB Lister displays the text on the entire width of the lister.
In this case EPUB Lister is better because you need to scroll less.
EPUB Lister displays text with current epub's CSS.
e.g. EL displays various font sizes with correct embedded fonts (font name) and font colors in a single document.
(SumatraPDF - renders all text with the same font, font size and font color), displays list elements (list-style-type: disc etc) (sumatraPDF does not display list elements).
Sumatra does not support CSS at all, btw.
sumatraPDF - removes empty lines in some cases.
EPUB Lister leaves empty lines (strict to current css). So reading is easier.
But Sumatra loads EPUB faster and it has more features (search, fast zoom, bookmarks and content, export etc..).
Therefore, I have decided not to waste time on epub lister viewer plugin further developments.
Re: [wdx] EPUB and FB2 content plugin (x32\x64) (new)
Hi,
Would you try to add more fields example "contributor"?
Many thanks!
Would you try to add more fields example "contributor"?
Many thanks!
Can you add something like "Plain text size" for fb2, which will calculate number of unicode codepoints in (main text part + references) without metadata parts? May be it should be on-demand calculation
Rationale:
Often it is usefully to know text size (approximately), for txt it was just file size (for 1 byte encodings) but for fb2 huge part of file is base64 encoded cover and/or another pictures, fb2 tags, etc. Also typical fb2 encoding is UTF-8 - so it's problematically to evaluate text length without opening file
Rationale:
Often it is usefully to know text size (approximately), for txt it was just file size (for 1 byte encodings) but for fb2 huge part of file is base64 encoded cover and/or another pictures, fb2 tags, etc. Also typical fb2 encoding is UTF-8 - so it's problematically to evaluate text length without opening file
-
- Junior Member
- Posts: 63
- Joined: 2006-11-07, 16:36 UTC
- Location: Trieste, Italy
- Contact:
Re: [wdx] EPUB and FB2 content plugin (x32\x64) (new)
Anything updated in the while?