12-14-2015, 09:10 PM | #31 |
Karmaniac
Posts: 2,553
Karma: 11499146
Join Date: Oct 2008
Location: Miami FL
Device: PRS-505, Jetbook, + Mini, +Color, Astak Ez Reader Pro, PPW1, Aura H2O
|
Notepad++ is an advanced text editor for Windows, with HTML/XML tag highlights, and an enormously good search and replace feature. Great for correcting mass spelling errors, formatting issues, highlighting a bunch of tags, etc... In some ways I find it better than MS office.
It's used for programming, and NOT WYSIWYG! Very handy for trimming down unnecessary data from ebooks. It's probably the best tool to create or clean up Epub files (or other html based ebooks). Download it from the : Notepad++ Home Page |
06-15-2017, 04:14 PM | #32 |
Wizard
Posts: 2,790
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
BookBrowser is easy-to-use tool to generate a web-based epub book browser. All you need to do is download it into the folder with your ebooks, and run it. It can be useful for quickly looking through your books without a big program like calibre, or transferring books to another device.
More info MobileRead thread |
Advert | |
|
02-17-2018, 09:49 AM | #33 |
Junior Member
Posts: 6
Karma: 10
Join Date: Feb 2018
Location: Japan
Device: kindle paperwhite
|
Fixed layout epub3 generator
Image(png jpeg) file to epub3 web: https://kyukyunyorituryo.github.io/FixedEpub3JS/en/ github https://github.com/kyukyunyorituryo/FixedEpub3JS |
02-17-2018, 10:29 AM | #34 |
Resident Curmudgeon
Posts: 76,395
Karma: 136466962
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Why would you need fixed layout ePub 3 for a bunch of images when you can do it in ePub 2 for greater compatibility?
|
02-26-2018, 11:33 AM | #35 |
Junior Member
Posts: 6
Karma: 10
Join Date: Feb 2018
Location: Japan
Device: kindle paperwhite
|
In Japan, EPUB 3 is standard. There are few places to accept EPUB 2. When selling in EPUB 2, the review evaluation goes down and returns are increased.
|
Advert | |
|
06-14-2018, 10:18 AM | #36 |
Chalut o/
Posts: 421
Karma: 145424
Join Date: Dec 2017
Device: Kobo
|
Jutoh is a powerful and very complete software for digital book. Its development is very active and its documentation is very complete.
It not free, but it's not expensive for what it's worth (and less expensive than many other proprietary publishers) It a Writer WYSIWYG (like LibreOffice), not a epub editor (like Sigil). http://www.jutoh.com/ Last edited by un_pogaz; 06-14-2018 at 10:37 AM. |
08-08-2018, 05:30 PM | #37 |
Handy Elephant
Posts: 1,736
Karma: 26785668
Join Date: Dec 2009
Location: Southern Sweden, far out in the quiet woods
Device: Thinkpad E595, Ubuntu Mate, Huawei Mediapad 5, Bouye Likebook Plus
|
Just released LibreOffice 6.1 has improved epub export. Supports fixed format.
https://wiki.documentfoundation.org/....1#EPUB_export |
05-27-2019, 01:16 PM | #38 | |
Wizard
Posts: 1,086
Karma: 6719822
Join Date: Jul 2012
Device: Palm Pilot M105
|
Quote:
https://www.libreoffice.org/ https://wiki.documentfoundation.org/ Last edited by lumpynose; 05-27-2019 at 01:21 PM. |
|
07-12-2019, 01:53 PM | #39 |
Fanatic
Posts: 593
Karma: 14054112
Join Date: Jun 2014
Device: kindle
|
|
04-16-2020, 08:26 AM | #40 | |
Guru
Posts: 739
Karma: 7025494
Join Date: Aug 2017
Location: Italy
Device: Kindle Paperwhite, Kobo Elipsa, Pocketbook Inkpad 4, Inkpad Color
|
Quote:
https://johnfactotum.github.io/foliate/ https://github.com/johnfactotum/foliate/releases It is nice and works well, two only issues:
Last edited by ps67; 04-16-2020 at 09:07 AM. |
|
04-11-2021, 09:55 PM | #41 |
Junior Member
Posts: 2
Karma: 10
Join Date: Feb 2017
Device: Nvidia Shield Tablet
|
Thorium Reader
I just stumbled upon this and it's almost perfect for me. (no theme colors customization)
Thorium Reader https://www.edrlab.org/software/thorium-reader/ Windows, MaxOS, Linux Thorium Reader is the EPUB reader of choice for Windows 10, MacOS and Linux. This EDRLab application is in constant development and aims at becoming a reference for accessing EPUB 3 publications in reflow or fixed layout format, audiobooks and visual narratives, LCP protected or not. It is localized in a large set of languages, each version offering new languages. Huge efforts are also made to get Thorium Reader highly accessible for visually impaired and dyslexic people. This application is free, with no ads and no leaks of private data. This is the perfect tools for heavy readers, library patrons and students. They also got open source toolkits in case any devs are interested. (*cough* calibre-web? *cough*) Last edited by ashton; 04-11-2021 at 10:00 PM. |
05-03-2021, 09:24 PM | #42 |
Member
Posts: 21
Karma: 2139374
Join Date: Mar 2014
Device: Kobo Glo HD, PockeBook Inkpad Color
|
ePub translator
Hello, I made a quick ePub translator script in Python.
It uses Google Translate API (requires credentials in PATH). Link is here: https://github.com/Poyeyo/epub-translate It can translate all text, or it can output both original and translation as parallel texts. As described in the readme, the resulting file needs to be fixed in Calibre e-book editor or other tool. But the fixes are quick and take almost no time. Attached is one resulting file with parallel texts. |
05-04-2021, 05:56 PM | #43 | |
Resident Curmudgeon
Posts: 76,395
Karma: 136466962
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
|
|
05-07-2021, 02:27 AM | #44 | |
Member
Posts: 21
Karma: 2139374
Join Date: Mar 2014
Device: Kobo Glo HD, PockeBook Inkpad Color
|
Quote:
I think the latest version creates ePub files that require no manual fixing (hopefully). Last edited by Nicolay77; 05-07-2021 at 02:33 AM. |
|
12-05-2021, 06:08 AM | #45 |
Junior Member
Posts: 9
Karma: 326
Join Date: Nov 2021
Device: kobo
|
Epub preview handler
windows only Installation: unzip to any folder Start a command prompt with administrator privileges (Search cmd, up command line desktop application, right click run as administrator) navigate the command line to the dll directory at the command prompt: regsvr32.exe epub_handler.dll to break down a small window Its distance is the same, with the / u switch regsvr32.exe / u epub_handler.dll System requirement Vista / Win7 or Win10 Download https://app.box.com/s/sqazp5b07mt6cdyaz3qmdyg3caaul56k How to use: windows explorer / view / preview panel on language hungary (oppsz sorry) writing for my own use 2018 |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Simple ePub Reading Software | Jaime_Astorga | Reading and Management | 6 | 09-12-2014 07:21 AM |
Announcing: epub-tools software | dino8352 | General Discussions | 0 | 04-23-2011 02:06 PM |
Looking for reading software on Android that will read Epub format | CJBarrow | Reading and Management | 1 | 04-14-2010 04:28 PM |
Epub Reading Software Differences | brewt | ePub | 1 | 12-29-2008 11:02 AM |