Structure and Interpretation of Computer Programs, Second Edition (ePub)
1–10 of 23 posts
Re: Structure and Interpretation of Computer Programs, Second Edition (ePub)
#2Edit: Found this http://epub2pdf.com/
It's OK... Looks like it might be good for reading on an iPhone, not an iPad. Are the pages supposed to be this tiny or did the converter not do a very good job?
Re: Structure and Interpretation of Computer Programs, Second Edition (ePub)
#3You can set the price to free.
Re: Structure and Interpretation of Computer Programs, Second Edition (ePub)
#4Re: Structure and Interpretation of Computer Programs, Second Edition (ePub)
#5Any way of either converting this to PDF or getting it into something Kindle can read? Edit: Found this http://epub2pdf.com/ It's OK... Looks like it might be good for reading on an iPhone, not an iPad. Are the pages supposed to be this tiny or did the converter not do a very good job?
Re: Structure and Interpretation of Computer Programs, Second Edition (ePub)
#6Any way of either converting this to PDF or getting it into something Kindle can read? Edit: Found this http://epub2pdf.com/ It's OK... Looks like it might be good for reading on an iPhone, not an iPad. Are the pages supposed to be this tiny or did the converter not do a very good job?
If you have a bit of time it's not that hard to convert a simple ePub file to a single Kindle-friendly HTML file, since ePub is already HTML. Use your favourite HTML library in your favourite scripting language to pull out the contents of the elements in each chapter, catenate them, throw a ToC at the top if you want, e-mail it to your Kindle, and read.
Edit: Ah, just a zip file. Change the extension to .zip and you're good to go. :-)
Re: Structure and Interpretation of Computer Programs, Second Edition (ePub)
#7http://www.scribd.com/doc/15556326/Structure-and-Interpretat...
Re: Structure and Interpretation of Computer Programs, Second Edition (ePub)
#8Any way of either converting this to PDF or getting it into something Kindle can read? Edit: Found this http://epub2pdf.com/ It's OK... Looks like it might be good for reading on an iPhone, not an iPad. Are the pages supposed to be this tiny or did the converter not do a very good job?
If you have a bit of time it's not that hard to convert a simple ePub file to a single Kindle-friendly HTML file, since ePub is already HTML. Use your favourite HTML library in your favourite scripting language to pull out the contents of the elements in each chapter, catenate them, throw a ToC at the top if you want, e-mail it to your Kindle, and read.
What about scanned PDF? DJVUs? Postscript? and how good is HTML support (images?)
Re: Structure and Interpretation of Computer Programs, Second Edition (ePub)
#9Earlier quoted context omitted.
If you have a bit of time it's not that hard to convert a simple ePub file to a single Kindle-friendly HTML file, since ePub is already HTML. Use your favourite HTML library in your favourite scripting language to pull out the contents of the elements in each chapter, catenate them, throw a ToC at the top if you want, e-mail it to your Kindle, and read.
Question to you Kindle folks; it is possible to view 3rd party books that aren't bought from the Amazon online store? What about scanned PDF? DJVUs? Postscript? and how good is HTML support (images?)
Re: Structure and Interpretation of Computer Programs, Second Edition (ePub)
#10Earlier quoted context omitted.
If you have a bit of time it's not that hard to convert a simple ePub file to a single Kindle-friendly HTML file, since ePub is already HTML. Use your favourite HTML library in your favourite scripting language to pull out the contents of the elements in each chapter, catenate them, throw a ToC at the top if you want, e-mail it to your Kindle, and read.
Question to you Kindle folks; it is possible to view 3rd party books that aren't bought from the Amazon online store? What about scanned PDF? DJVUs? Postscript? and how good is HTML support (images?)
PDFs work; I believe I tested a scanned bitmap on the DX (as chrisbolt said, full letter/A4 page PDFs not recommended on the 6inch screen).
Only did a cursory wikipedia HTML test, but the pic seemed to grayscale OK. (No Djvu, didn't try PS, not listed ...)