Live data from Hacker News

Show HN: Epub.to – ePub to pdf, mobi, Kindle, and an API

epub.to

51–60 of 92 posts

Re: Show HN: Epub.to – ePub to pdf, mobi, Kindle, and an API

#51

Nice tool but ack!, yet another this file format to that file format conversion tool. A book is not a file. It never will be. I know half the unixy nutcases won't agree with anything normal but in reality the world will continue to buy dead-tree books because no real consumer believes or wants these stupid files. Or will pay for it. Meh, the trash.

Preferences vary. I only buy and read ebooks, as they're vastly more convenient and somewhat cheaper into the bargain.

Re: Show HN: Epub.to – ePub to pdf, mobi, Kindle, and an API

#52
Shameless plug and this is only loosely related: Over the last holiday season I wrote a backend (written in Go and running on App Engine) to convert http url into epub. The frontend is a telegram bot that sends the epub to your reMarkable account directly, but it also has rest api to download the epub file: https://github.com/fishy/url2epub/blob/main/REST.md

Re: Show HN: Epub.to – ePub to pdf, mobi, Kindle, and an API

#53
post #51

Nice tool but ack!, yet another this file format to that file format conversion tool. A book is not a file. It never will be. I know half the unixy nutcases won't agree with anything normal but in reality the world will continue to buy dead-tree books because no real consumer believes or wants these stupid files. Or will pay for it. Meh, the trash.

Preferences vary. I only buy and read ebooks, as they're vastly more convenient and somewhat cheaper into the bargain.

Yeah, you’re an exception. The market is still massively into paperbacks though, despite the cheapness of files.

Re: Show HN: Epub.to – ePub to pdf, mobi, Kindle, and an API

#54

Shameless plug and this is only loosely related: Over the last holiday season I wrote a backend (written in Go and running on App Engine) to convert http url into epub. The frontend is a telegram bot that sends the epub to your reMarkable account directly, but it also has rest api to download the epub file: https://github.com/fishy/url2epub/blob/main/REST.md

Related to that, I made an app in Glitch to send RSS feeds as ePub to remarkable. It’s great it has an API. https://glitch.com/edit/#!/remarkable-sync-app

Re: Show HN: Epub.to – ePub to pdf, mobi, Kindle, and an API

#55

I have found the best tools for this to be the free Kindle Previewer ( https://www.amazon.com/gp/feature.html?ie=UTF8&docId=1003018... ) and Calibre. The Calibre editor is useful for cleaning up messed up EPUB files that don't work in the Kindle Previewer.

Calibre runs great in a container too. As always, the Linuxserver image is great. The Docker Package on Synology made this very easy when I was new to Docker some years ago, and it hasn’t been touched since the initial install, it just works.

https://github.com/linuxserver/docker-calibre

Re: Show HN: Epub.to – ePub to pdf, mobi, Kindle, and an API

#56
post #21

The comments are not mentioning [Pandoc]( https://pandoc.org/ ) as an alternative yet (missing mobi I think).

If you're specifically converting eBooks, Calibre comes with command line conversion tools that produce better results than pandoc.

Re: Show HN: Epub.to – ePub to pdf, mobi, Kindle, and an API

#57
post #51

Earlier quoted context omitted.

Preferences vary. I only buy and read ebooks, as they're vastly more convenient and somewhat cheaper into the bargain.

Yeah, you’re an exception. The market is still massively into paperbacks though, despite the cheapness of files.

I am, but I'm still a real consumer and I do indeed want these files.

> no real consumer believes or wants these stupid files

Re: Show HN: Epub.to – ePub to pdf, mobi, Kindle, and an API

#58
post #43
post #33

Earlier quoted context omitted.

KindleUnpack doesn't seem to handle DRM though.

Neither does Calibre’s converter. To convert an encrypted AZW3 to an unencrypted EPUB, one can presumably decrypt it first and convert it second.

Calibre has a plugin the allows the converter to work with DRM

Re: Show HN: Epub.to – ePub to pdf, mobi, Kindle, and an API

#60
post #59

Well, two epubs gave a "something went wrong" when converting to HTML, which is the only output I'm really curious about. I got one conversion to PDF to work, then went back to try html, and now I've got to wait an hour... :(

this should be fixed
Post reply on HN