Rajinder Yadav wrote:
> I would like to create an embedded pdf viewer on a website that would
> allow visitors to view online documents but prevent them from
> downloading and saving them. Is there a way to do with Ruby?

This is really in the realm of client-side development, so you'd have to 
use Flash, a Java applet, or (maybe) JavaScript.  But don't do this, 
since it will make life difficult for your users -- instead, set 
appropriate restrictions on your PDF file.

And be aware that users will bypass the restrictions you set. :)

> 
> 
> --
> Kind Regards,
> Rajinder Yadav
> 
> http://DevMentor.org

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
marnen / marnen.org
-- 
Posted via http://www.ruby-forum.com/.