this post was submitted on 27 Jun 2026
324 points (99.4% liked)

Technology

85804 readers
3605 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] SalamiDommie@lemmus.org 6 points 1 day ago (1 children)

I read most the article. Having been in print in the past I remember how PDFs are the primary document format the world over. And that it got so big that Adobe licenses off the format to a legal firm that manages it for them. I remember there being something about a PDF2 format being implemented behind the scenes that most people aren't aware of.

PDF2 is capable of a lot more and is more efficient. However most of that increased capability is used for control and monitoring.

[–] umbraroze@slrpnk.net 11 points 23 hours ago (1 children)

PDF2 is capable of a lot more

[quietly contemplating all of the shit that got added to the PDF 1.x spec that nobody uses nowadays, like support for 3D objects and goddamn Flash]

OH PLEASE NO ADOBE DON'T DO THAT

[–] itsjustachairmary@lemmy.world 6 points 20 hours ago

Oh boy I can't wait to insert micro programs into my pdfs hey why did my console just flash what's up with that

[–] BeMoreCareful@lemmy.world 5 points 1 day ago

We tell stories of all that was lost in the library of Alexandria.

[–] Telorand@reddthat.com 63 points 1 day ago* (last edited 1 day ago)

That was actually a fun read, and if we lived in a just society, Adobe would be forced to care about making shitty software. But alas.

At least there's some easy workarounds.

[–] mesamunefire@piefed.social 57 points 1 day ago* (last edited 1 day ago) (4 children)

Something i have been foing for years in calibre is saving the de-drm version of all ebooks that i bought. And getting the txt version of the files.

The ebook format is basically a subset of html if you ever look into it. And as time goes on ebook readers have different ways to show these books. Most of the time, its great! Sometimes its not. Give it another 50 years and we will see what works and what doesnt. But i garentee at least the txt files will still work.

I didnt know what authors and publishers go though. Thanks for that lemmydividebyzero

[–] The_Decryptor@aussie.zone 4 points 1 day ago

The ebook format is basically a subset of html if you ever look into it. And as time goes on ebook readers have different ways to show these books.

Funny thing is that browsers used to be the same, that's why "CSS resets" were created.

Unnecessary these days as it's a solved issue, for the wrong reasons.

[–] FaceDeer@fedia.io 36 points 1 day ago (1 children)

Conversion from epub to txt is a highly lossy process, there's a lot of formatting that gets thrown away.

Regardless of how individual ebook readers may display epubs a little differently, epub is an open format so I would recommend keeping it in that form at least for archival purposes.

[–] LastYearsIrritant@sopuli.xyz 11 points 1 day ago (1 children)

Calibre let's you save multiple versions of files. As long as they don't go out of their way to delete the epub version, you can have as many formats of the same book as you want, grouped under the same item.

[–] mesamunefire@piefed.social 3 points 1 day ago

Yep. Thats what i do.

[–] red_bull_of_juarez@lemmy.dbzer0.com 4 points 1 day ago (3 children)

Does DeDRM still work? The last time I tried under Linux I was unable to get it to run. If I remember correctly, ADE was the culprit.

[–] tias@discuss.tchncs.de 5 points 1 day ago (1 children)

I've used libgourou successfully many times in the past year to remove DRM using my ADE key.

I angrily started doing this for every book I buy after changing reading device to a newer Kobo, and discovering that all the download links for .acsm files that my book store provides will expire after two years. I.e. after those two years it's impossible to move them to a new device unless I remove DRM.

[–] red_bull_of_juarez@lemmy.dbzer0.com 4 points 1 day ago (1 children)

How do you get your ADE key?

[–] tias@discuss.tchncs.de 2 points 1 day ago* (last edited 1 day ago)

Create an account with ADE then activate using

adept_activate -u "your.adobe.id@email.com" --output-dir ~/.adept

IIUC this eats up an activation (I think they allow at most five) so back up the contents of that directory. You should be able to bring it with you to other computers.

[–] mesamunefire@piefed.social 3 points 1 day ago

It works for non amazon books at least last i tried. Works on library books...but that feels wierd. I have enough money to buy books now, so sometimes i just op for the real thing.

I have had luck reaching out to authors in the past. One even recommended yoho so that was funny.

[–] jarmitage@mander.xyz 2 points 1 day ago (1 children)

I banged my head on this four many hours and couldn’t get it to work directly in Linux. The key issue seemed to be that ADE and Kobo had to be installed on the same device, so I’ve resorted to using a Windows VM (VirtualBox). It works fine enough.

[–] tias@discuss.tchncs.de 1 points 1 day ago* (last edited 1 day ago)

libgourou has no need for anything that has to do with Kobo. It's really only three cli commands: activate (once), download acsm, de-drm. It produces an unencrypted .epub that you can open as is or copy to your Kobo device with any ordinary file operation.

[–] otter@lemmy.ca 17 points 1 day ago

Could this be solved by having two renderers, and only using the proprietary Adobe one needed?

So what do you do when the pedantic gold standard of epubcheck says your book is fine, when it works without issue on Amazon Kindle, Apple Books, Thorium and everywhere else and yet Kobo says it’s “corrupted”?

I dug into this matter and found out that Kobo uses RMSDK, “Reader Mobile Software Development Kit”, Adobe’s proprietary ebook rendering engine.

Once the stylesheet was identified as the source of my woes, I could finally drill down to find which specific line was causing the issue. After creating a dozen more variations with different subsets of my stylesheet I eventually identified the culprit. It was this line:

.copyright img {
    max-width: min(150px, 30vw);
}

Once I changed it to the more old fashioned max-width: 150px; ADE opened it just fine.

But what is the problem here? The above code is perfectly valid CSS level 4, it’s just not supported by RMSDK, because its CSS parser is frozen in approximately 2013 — no flexbox, no grid, no math functions, no custom properties. Just good old float, bad font handling, and silent crashes when it sees anything it doesn’t recognize.

It’s the year 2026. Thanks to the horrendous RMSDK which Kobo decided to use as their backbone for all book rendering (probably for DRM reasons), a single line of perfectly valid CSS turns a perfectly valid EPUB file into a “corrupted file” on Kobo and just drops the whole book. No clear error message, no fallback. Just a massive fail.

[–] RollForInitiative@feddit.org 19 points 1 day ago (3 children)

Yeah, not only does Adobe provide a DRM solution, seems like their reader doesn't even properly work.

Another reason to dislike Adobe: I'm using Linux and reading on an old Kindle Paperwhite i recently put KOReader on. Since i don't want to support amazon anyway I'm trying to buy books directly from authors, or if that doesn't work, from other book stores. The problem? Most ship the books using "Adobe DRM", meaning you get a *.acsm file, supposed to be opened with some Adobe tool to download the book you bought. This tool is of course not available on Linux, and even if it were, why not just provide the file directly?

There is acsmdownloader which works fine, but again, i have to jump through hoops to download my bought book (my bad for actually wanting to support authors i guess...). Sadly, this format of ebook delivery seems to have become the standard nowadays. Thank you Adobe...

Thank you to Tor Books for actually providing their files without DRM, though! At least one publisher seems to be doing it right.

[–] mesamunefire@piefed.social 10 points 1 day ago (1 children)

Baen library was one of the first (older than amazon!) To let you buy and add ebooks drm free. And any format too.

I had some of thier books on an old palmpilot.

[–] RollForInitiative@feddit.org 2 points 1 day ago

Never heard of it, i'll check it out, thank you!

[–] fatcat@discuss.tchncs.de 6 points 1 day ago (1 children)

Yeah hate that problem. Tend to just get the epub from "somewhere" and then buy the book and never download it (or donate to the author directly if they have that option). Saves a lot of time, but is ridiculous. I just want to read the book i just bought...

[–] mesamunefire@piefed.social 6 points 1 day ago

Right? We have money. Letme read my book on whatever platform.

[–] feannag@sh.itjust.works 3 points 1 day ago

You can install an older version of ADE on Linux via WINE!

[–] esc@piefed.social 12 points 1 day ago (2 children)

First thing I've done after buying kobo installed koreader on it.

[–] end0fline@piefed.social 5 points 1 day ago (4 children)

Can koreader be installed on any Kobo device? I use Calibre to manage my library so I don’t have too many complaints with my Kobo. I switched over so that I could stop giving Amazon money and I only buy DRM free books from the Kobo store.

[–] esc@piefed.social 2 points 1 day ago

It can be installed on almost any kobo e-reader, I think, there were some problems with newest devices from last year or so (not sure if they still persist).

[–] mesamunefire@piefed.social 2 points 1 day ago* (last edited 1 day ago)

Not all. Some of the very old ones you will have issues. I know i did on a old one. But it does work on android!

[–] roofuskit@lemmy.world 2 points 1 day ago* (last edited 1 day ago) (1 children)

~~Only if they run Android. Not sure if all of them do. You'll have to check your specific device.~~

[–] esc@piefed.social 4 points 1 day ago

That's wrong? Most of them work, from koreader wiki

[–] Sxan@piefed.zip -5 points 1 day ago (1 children)

Since you're 90% of þe way þere, deDRM in Calibre works beautifully. Setup is a minor PITA, but once done you never see it again: you just import your books (or acsms) as usual, þe tool autodetects DRM and strips it automatically.

[–] end0fline@piefed.social 1 points 1 day ago

Thanks for the tip. I use deDRM already but it never hurts to spread the word! These days I stick to buying DRM free books, so it doesn't see much use.

[–] sprigatito@lemmy.zip 2 points 1 day ago

Also installed it on both my Kobo and Pocketbook.

Actually runs faster than the standard reader too.

[–] Nima@leminal.space 5 points 1 day ago

this is a great article, actually. i didn't realize what a process it was for compatibility between devices.

and damn adobe is annoying.

[–] VerseAndVermin@lemmy.world 4 points 1 day ago (8 children)

Do people have suggestions other than Kobo for a color ereader? I am trying to avoid feeling too locked down/in and thought Kobo was that. I'm still rocking an old nook I got for a few bucks at a thrift store years ago. I was led to believe Kobo was the most open option while still having access to local libraries.

[–] EncryptKeeper@lemmy.world 2 points 20 hours ago

Kobo won’t lock you in. You can sideload any books you want, install Koreader and download books straight from Calibre using OPDS without even needed to jailbreak anything.

[–] stealth_cookies@lemmy.ca 2 points 20 hours ago

I bought a Onyx Boox reader a couple years ago that I'm quite happy with. Its literally an Android tablet with an e-ink screen, so you can download anything on the play store.

[–] sprigatito@lemmy.zip 5 points 1 day ago (1 children)

The only way Kobo really locks you down if you buy books from their store, which I wouldn't recommend with any eReader.

It's very open since you aren't forced to use it, and can just sideload your own bought DRM-free books.

You can also just install Koreader which also allows you to read eBooks, which I think wouldn't have the issue. Think they also use up-to-date standards, since it's also available on other eReaders

I think there's also Pocketbook and Onyx. Which also allow you to read your ePubs, and are open.

Don't get an Amazon device though, they don't have ePub support, and you can't easily put your own books on them.

[–] partial_accumen@lemmy.world 1 points 12 hours ago

The only way Kobo really locks you down if you buy books from their store, which I wouldn’t recommend with any eReader.

What do you do when there's a particular book you want to read (and you want to buy it to make sure the author is compensated for their work), but its only available from one of the big 4 ebook ecosystems (Amazon Kindle, Kobo shop, Apple Books, Google Play (or whatever the hell they renamed it to this week))?

I had one such book recently and specifically chose Kobo shop as it seemed like the least evil choice between those four.

[–] Creativity@lemmy.zip 2 points 1 day ago

No specific suggestions, but I came across this table while researching and it's been a good comparison of eink devices.

https://comparisontabl.es/e-readers/

[–] holy_scroller@lemmy.zip 6 points 1 day ago

I enjoy Kobo after switching from Kindle 2 years ago.

I originally bought it to stop giving Bezos money and because Kobo promised bookshop.org support (money goes to local bookshops). This is still pending and extremely disappointing. It is easy to get books from Libraries (Libby), Kobo store, or add them through the cloud like Google Drive and other options. Libby support is pretty important to me. I basically only pay for 10% of my books now, but the library rentals still support the authors.

[–] pipe01@programming.dev 2 points 1 day ago

Just get a Kobo and install koreader if you want

[–] lemongarlic@lemmy.world 4 points 1 day ago

There are a few Android based ones and there's one alternative that just uses Koreader by default lol, Kobo is the probably most cost effective and accessible though.

[–] jordanlund@lemmy.world -1 points 1 day ago

I use an Android tablet, full color, fast page loading.