Embed PDF on a webpage and prevent download

html, pdf

Solution

2017 Note: this feature has moved locations and the implementation has changed since it was originally answered.

Google Viewer offers a solution.

Use the iframe it generates for you.

Problem

Is there a way to embed a PDF document on a webpage and at the same time disabling download? If possible I would prefer an html5/css3 solution. If no other way is possible I'd go with something else.

Original source