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

Technology

85816 readers
4503 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
you are viewing a single comment's thread
view the rest of the comments
[–] 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 37 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 10 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 3 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)
[–] 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.