I found the pdf.js project, which is very useful. However, I am unable to figure out how to remove the \"Download\" option.
just add this in viewer.css
.download { display:none !important; } .print { display:none !important; }