For restricting a user to print a answer is given in the link..
how it can be handled for save as?
The Save-As-Feature is handled by browsers differently. Some just copy their cached files, some make a new request and rewrite up files to a local structure. It IS possible to undergo every protection you might think of!
But, if you really care, you can at least make it a little less easy to save your content with some javascript and css hacks. (see this link also suggested)
You can not restrict what a user does with your content once it is on their computer. Even the CSS hack linked in that question is easily defeated.
If they want to save it to disk, print it, fold it, spindle it or mutilate it, they have that ability and there is nothing you can to to effectively stop them.