I think what the Anonymous Monk is asking here is not to prevent the image from being saved, but to prevent the underlying drawing file from being saved. CAD files are very complex beasts (object databases really) and for many reasons one may want to allow others to view or print them without getting at the underlying structure, and without being able to alter it.

There is a simple solution for what you want, and it comes from no stranger a source than Autodesk. For some years now there has been a special format for AutoCAD drawings called Drawing Web Format (DWF) which was designed especially for what you're talking about. On the downside it requires the viewer to have the (free) WHIP! plugin, but that provides a huge range of viewing features that could be helpful to your application.

On the cheaper end of things, I know of companies that only send JPGs of their drawings over the web. This works fairly well when the images are simple and don't change often, but you can imagine that the applications are limited. Municipalities like this approach to serving things like property maps which are very simple and rarely change.

--
I'd like to be able to assign to an luser


In reply to Re: Security for AutoCAD drawings by Albannach
in thread Security - Are you really a computer monk? by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.