Hacker News new | ask | show | jobs
by majora2007 1670 days ago
I'm curious how you achieve this? Is it similar to Calibre-web's Send to device? Or did you code the conversions yourself (or are you using an external service) and emailing the file?

Are you also providing the reading experience or sending the converted file raw to use in another program's reader?

1 comments

You use the webapp from your target device, then when you select a book, it's converted on the server (I use mostly Kindle Comic Coverter and Calibre ebook-convert), then served as a regular html download and opened in a native reader.

This works particularly well from Kindle, so I never have to connect it to a computer, and I don't have any email size limit which is quite easy to go over with comics

Interesting, I'll have to look into that as well. I have a lot of platforms that I have to support, so utilizing tools can be problematic. I'm sure that's why send to email is so popular (and it's easy to implement).