a way for kindle to download any type file
kindle can not download pdf file。
but still these a way to download them。
build a proxy site on appspot.com ,get pdf content;
tell kindle webkit to download as prc file
print "Content-Type: application/x-mobipocket-ebook"
print "Content-Disposition: attachment; filename=test.prc\r\n\r\n"
rename test.prc to test.pdf.
|