View Single Post
Old 08-13-2022, 11:26 AM   #374
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,238
Karma: 148951761
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by JimmXinu View Post
Converting epub3->epub2 is the official EpubSplit solution.

If it's a significant problem, I can add code to automatically do epub3->epub2 conversion--EpubMerge already has that code.

So far, I have yet to see a compelling reason to implement epub3 natively.
One reason is most ePub these days are being released as ePub 3. So these omnibus that are to be slit could be ePub 2, ePub 2/3, or ePub 3. And the newer they are, the better chance of just ePub 3.

When you convert from ePub 3 > ePub 2, does all the ePub 3 code get removed? Do things like <figure> get changed to <div>? Do small-caps get converted to a font size (I prefer 0.8333em)? There are a number of things that may be best done by hand if the conversion doesn't do it properly.

Last edited by JSWolf; 08-13-2022 at 11:28 AM.
JSWolf is offline   Reply With Quote