Add this to viewer.css:
To hide download icon:
.toolbarButton.download {
display: none;
}
To hide printer icon...
.toolbarButton.download {
display: none;
}
For both...
.toolbarButton.download, .toolbarButton.print {
display: none;
}
-- Ravi Jayagopal
Wordpress S3 Plugin