Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader

Notices

Reply
 
Thread Tools Search this Thread
Old 11-12-2025, 08:06 AM   #331
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,903
Karma: 150249631
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 DNSB View Post
As mentioned often enough, the renderer does not need those spans. They are used to simplify the location system for highlights and notes. The double barrelled kepub.epub extension was intended to simplify deciding which renderer to use.

And ghod alone knows, that you are well aware of the fact that converting ePub to kepub is an extremely easy process to use whether you use calibre, kepubify or any the other solutions that can be found by an simple search.
But why are the spans needed when no other software needs them? I can annotate with RMSDK, Thorium, and BookFusion without any of those spans.
JSWolf is offline   Reply With Quote
Old 11-12-2025, 11:37 AM   #332
milady133
Groupie
milady133 ought to be getting tired of karma fortunes by now.milady133 ought to be getting tired of karma fortunes by now.milady133 ought to be getting tired of karma fortunes by now.milady133 ought to be getting tired of karma fortunes by now.milady133 ought to be getting tired of karma fortunes by now.milady133 ought to be getting tired of karma fortunes by now.milady133 ought to be getting tired of karma fortunes by now.milady133 ought to be getting tired of karma fortunes by now.milady133 ought to be getting tired of karma fortunes by now.milady133 ought to be getting tired of karma fortunes by now.milady133 ought to be getting tired of karma fortunes by now.
 
Posts: 190
Karma: 616200
Join Date: May 2014
Location: Spain
Device: Kobo Forma, Hisense A5
Quote:
Originally Posted by JSWolf View Post
But why are the spans needed when no other software needs them? I can annotate with RMSDK, Thorium, and BookFusion without any of those spans.
It's not about how different programs are doing it now, it's about what solutions where available when Kobo started offering synching of annotations and bookmarks.

Back then there wasn't a standard solution, it wasn't in ePub2 specifications, so every program developed its solution, and Kobo had to develop something outside of the RMSDK library.
The developers back then decided they needed spans for each paragraph with a unique ID for it to work between different platforms, and once they adopted that solution, other decisions cascaded from that. I'm just speculating, maybe there were other previous decisions that led to developing they're own reading program, but I'm sure it all started because there was something that the RMSDK lacked, and they needed to develop they're own solution. Then they kept adding on that solution because it's easier than working around other company's library. Once you have something you control completely and you can modify as needed it's easier to work on that.
milady133 is offline   Reply With Quote
Old 11-12-2025, 03:32 PM   #333
Falkor
Zealot
Falkor began at the beginning.
 
Posts: 100
Karma: 10
Join Date: Dec 2024
Device: Tolino Shine 5
The 5.x renderer can do highlights and annotations in epub3, so I guess we can consider this problem solved – at some point in the future when 5.x finally becomes usable

I figured out what the problem with full page images is. Apparently SVG dimensions in percent are not supported. Setting the height to "calc (100%–0em)" works fine, presumably because the resulting height is in em and not in %.

Last edited by Falkor; 11-12-2025 at 03:52 PM.
Falkor is offline   Reply With Quote
Old 11-12-2025, 08:38 PM   #334
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 48,426
Karma: 174510100
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by milady133 View Post
I'm just speculating, maybe there were other previous decisions that led to developing they're own reading program, but I'm sure it all started because there was something that the RMSDK lacked, and they needed to develop they're own solution. Then they kept adding on that solution because it's easier than working around other company's library. Once you have something you control completely and you can modify as needed it's easier to work on that.
The pressure to add an ePub3 renderer to Kobo ereaders was based on their purchase by Rakuten and moving into the Japanese market in 2012. If you have never looked at Japanese typography, it is rather complex. Two syllabaries (Hiragana and Katakana), a logographic system (Kanji) and text that can go in multiple directions. Add in features such as furigana (seen as small Hiragana characters placed next to Kanji to give the pronunciation since Kanji often has multiple pronunciations for the same glyph). You will also find quite a few Romanji (Latin alphabet) characters being used. You will notice the 4 names quoted below have the same Kanji but different pronunications.

Quote:
淳子 (Junko)
淳子 (Atsuko)
淳子 (Kiyoko)
淳子 (Akiko)
Basically, RMSDK was not capable of handling this and so Kobo licensed the ACCESS NetFront BookReader v1.0 EPUB Edition for use on their devices/apps. Later ACCESS code was done with the Readium project SDK which resulted in the PUBPLUS™ Reader v2.0 EPUB.

Later versions of the Kobo renderer were based on the Readium/webkit and Readium 2 SDKs.

And yes, I strongly suspect that by using their own DRM and servers, Kobo is able to avoid a decent chunk of the cost involved with using Adobe ADEPT DRM and Adobe Content Server.

Last edited by DNSB; 11-12-2025 at 08:44 PM.
DNSB is online now   Reply With Quote
Old 11-13-2025, 06:21 AM   #335
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,903
Karma: 150249631
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 DNSB View Post
Basically, RMSDK was not capable of handling this
Is the latest RMSDK able to handle this?
JSWolf is offline   Reply With Quote
Old 11-13-2025, 09:11 AM   #336
salamanderjuice
Guru
salamanderjuice ought to be getting tired of karma fortunes by now.salamanderjuice ought to be getting tired of karma fortunes by now.salamanderjuice ought to be getting tired of karma fortunes by now.salamanderjuice ought to be getting tired of karma fortunes by now.salamanderjuice ought to be getting tired of karma fortunes by now.salamanderjuice ought to be getting tired of karma fortunes by now.salamanderjuice ought to be getting tired of karma fortunes by now.salamanderjuice ought to be getting tired of karma fortunes by now.salamanderjuice ought to be getting tired of karma fortunes by now.salamanderjuice ought to be getting tired of karma fortunes by now.salamanderjuice ought to be getting tired of karma fortunes by now.
 
Posts: 974
Karma: 13558066
Join Date: Jul 2017
Device: Boox Nova 2
Quote:
Originally Posted by JSWolf View Post
Is the latest RMSDK able to handle this?
Not on Kobos. The one used by the latest version of ADE is okay at it.
salamanderjuice is offline   Reply With Quote
Old 11-13-2025, 09:47 AM   #337
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,903
Karma: 150249631
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 salamanderjuice View Post
Not on Kobos. The one used by the latest version of ADE is okay at it.
I'm not asking about Kobo. I'm wondering if Kobo was to update to the latest RMSDK, would they be able to do away with KePub?
JSWolf is offline   Reply With Quote
Old 11-13-2025, 11:32 AM   #338
rantanplan
Weirdo
rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.
 
Posts: 945
Karma: 11941602
Join Date: Nov 2019
Location: Wuppertal, Germany
Device: Kobo Sage, Kobo Libra 2, Kindle Paperwhite 2021, Kindle Scribe 2022
Quote:
Originally Posted by JSWolf View Post
Is the latest RMSDK able to handle this?

The one used in Pocketbook is capable of this.
rantanplan is offline   Reply With Quote
Old 11-13-2025, 01:44 PM   #339
salamanderjuice
Guru
salamanderjuice ought to be getting tired of karma fortunes by now.salamanderjuice ought to be getting tired of karma fortunes by now.salamanderjuice ought to be getting tired of karma fortunes by now.salamanderjuice ought to be getting tired of karma fortunes by now.salamanderjuice ought to be getting tired of karma fortunes by now.salamanderjuice ought to be getting tired of karma fortunes by now.salamanderjuice ought to be getting tired of karma fortunes by now.salamanderjuice ought to be getting tired of karma fortunes by now.salamanderjuice ought to be getting tired of karma fortunes by now.salamanderjuice ought to be getting tired of karma fortunes by now.salamanderjuice ought to be getting tired of karma fortunes by now.
 
Posts: 974
Karma: 13558066
Join Date: Jul 2017
Device: Boox Nova 2
Quote:
Originally Posted by JSWolf View Post
I'm not asking about Kobo. I'm wondering if Kobo was to update to the latest RMSDK, would they be able to do away with KePub?
And I gave you both answers. It does as shown by ADE. I don't think they want to update it. They haven't touched it for years and I imagine they prefer having control over their DRM and features. Avoiding KePub at this point requires going against Kobo's intended workflow and sideloading books. Could they do away with KePub? Yes, would they? Doubt it.
salamanderjuice is offline   Reply With Quote
Old 11-13-2025, 04:10 PM   #340
Falkor
Zealot
Falkor began at the beginning.
 
Posts: 100
Karma: 10
Join Date: Dec 2024
Device: Tolino Shine 5
Well, in 5.x we can see wherer things are going.
We’re getting an updated legacy RMSDK—still old, probably kept for compatibility with Adobe’s DRM.
And a new renderer that opens all kinds of epubs as well as kepub—compatible with LCP DRM.
Falkor is offline   Reply With Quote
Old 11-13-2025, 07:08 PM   #341
kakoo
Junior Member
kakoo beat Jules Verne's record by 5 days.kakoo beat Jules Verne's record by 5 days.kakoo beat Jules Verne's record by 5 days.kakoo beat Jules Verne's record by 5 days.kakoo beat Jules Verne's record by 5 days.kakoo beat Jules Verne's record by 5 days.kakoo beat Jules Verne's record by 5 days.kakoo beat Jules Verne's record by 5 days.kakoo beat Jules Verne's record by 5 days.kakoo beat Jules Verne's record by 5 days.kakoo beat Jules Verne's record by 5 days.
 
Posts: 5
Karma: 58400
Join Date: Jul 2022
Device: Kobo Nia
Quote:
Originally Posted by JSWolf View Post
Is the latest RMSDK able to handle this?
If the latest RMSDK is assumed to be equivalent to ADE 4.5, then the answer is no. ADE 4.5 cannot render content correctly when multiple writing directions are mixed within a single HTML file. Because such layouts are common in Japanese publications, RMSDK cannot be considered to meet the standards required for the Japanese market.
kakoo is offline   Reply With Quote
Old 11-13-2025, 09:00 PM   #342
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 48,426
Karma: 174510100
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by JSWolf View Post
I'm not asking about Kobo. I'm wondering if Kobo was to update to the latest RMSDK, would they be able to do away with KePub?
The newest ADE I have (4.5.12?) is not capable of some of the features available on Kobo' renderer. Handling ruby is one example. A typical Japanese newspaper page where multiple text directions are mixed in the same page will also look very strange on ADE.

As for doing away with kepub? Kobo is reducing the use of RMSDK in their latest firmware. The only reason for keeping it is for handling Adobe ADEPT DRM. Given that Kobo's Tolino devices already handle LCP and the latest firmware uses Kobo's renderer for everything except ADEPT DRM encumbered epubs, what is the pressure on Kobo to update RMSDK?
DNSB is online now   Reply With Quote
Old 11-14-2025, 12:38 PM   #343
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,903
Karma: 150249631
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 DNSB View Post
The newest ADE I have (4.5.12?) is not capable of some of the features available on Kobo' renderer. Handling ruby is one example. A typical Japanese newspaper page where multiple text directions are mixed in the same page will also look very strange on ADE.

As for doing away with kepub? Kobo is reducing the use of RMSDK in their latest firmware. The only reason for keeping it is for handling Adobe ADEPT DRM. Given that Kobo's Tolino devices already handle LCP and the latest firmware uses Kobo's renderer for everything except ADEPT DRM encumbered epubs, what is the pressure on Kobo to update RMSDK?
ADE 4.5.12 is the latest version. I just checked.
JSWolf is offline   Reply With Quote
Old 11-14-2025, 02:15 PM   #344
Quoth
Still reading
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 15,117
Karma: 111120239
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper
Quote:
Originally Posted by DNSB View Post
The newest ADE I have (4.5.12?) is not capable of some of the features available on Kobo' renderer. Handling ruby is one example. A typical Japanese newspaper page where multiple text directions are mixed in the same page will also look very strange on ADE.
Typical US Corporate short-sightedness. See also 2007 Kindle and old mobi / KF7 compared to Linux or Windows text handling 7 years earlier!
Quoth is offline   Reply With Quote
Old 11-14-2025, 06:22 PM   #345
rantanplan
Weirdo
rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.
 
Posts: 945
Karma: 11941602
Join Date: Nov 2019
Location: Wuppertal, Germany
Device: Kobo Sage, Kobo Libra 2, Kindle Paperwhite 2021, Kindle Scribe 2022
Quote:
Originally Posted by Quoth View Post
Typical US Corporate short-sightedness. See also 2007 Kindle and old mobi / KF7 compared to Linux or Windows text handling 7 years earlier!

Isn’t kobo a Canadian company?
rantanplan is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Firmware Update Instructions and the latest Firmware Versions mitchwah Ectaco jetBook 113 10-24-2023 10:02 PM
Nouveau firmware firmware 6.5.765 pour la Inkpad 3/PB740 mooms PocketBook 0 11-08-2021 09:23 AM
Firmware Update Kindle firmware 5.12.1 eilon Amazon Kindle 102 09-26-2019 09:38 PM
Firmware glitch - typing text slow on some firmware+device combinations mdp Onyx Boox 11 11-11-2017 01:48 AM
Firmware 2.0.3 Pocketbook IQ - another firmware is release for IQ tvpupsik PocketBook 26 12-13-2010 04:03 PM


All times are GMT -4. The time now is 05:58 PM.


MobileRead.com is a privately owned, operated and funded community.