3

I would like to use .NET platform to do this. I should be able to convert word documents, pdf files, assign a password and publish it to kindle, sony reader. Any ideas? Thanks!

WinFXGuy
  • 1,527
  • 7
  • 26
  • 47

3 Answers3

4

Check Calibre ( http://calibre-ebook.com/ ), it has a command line interface and several conversion options to convert things to .mobi, which can then be sent to Kindle.

Boocko
  • 731
  • 5
  • 16
0

I'm not sure about word documents. I'd convert word documents to PDF's. There are libraries available to convert word docs to PDFs. The Kindle and Sony Reader both support PDF's. As for programatically publishing them to the reader. I have never tried.

Chuck Conway
  • 16,287
  • 11
  • 58
  • 101
0

Both the kindle and sony reader can read pdf's so you can use this directly. There are also several libraries for .Net which can programatically create pdf files.

Not sure how you want to publish. As I have only operated a kindle you can either save to it over USB or email it to username@kindle.com in order to transfer a file. I don't think you can push it yourself like Amazon does.

An alternative to pdf are the mobi file format. More information at http://wiki.mobileread.com/wiki/MOBI#Format

Mikael Svenson
  • 39,181
  • 7
  • 73
  • 79