Preventing slides from printing

  • Thread starter Thread starter sophia
  • Start date Start date
S

sophia

Can I prevent the printing of a "read only" ppt
presentation. My documents contain sensitive information;
therefore I don't want the docs printed, or saved by the
recipient.
 
If you have a presentation that can be viewed, then you can not prevent a
motivated narf from printing them. You can prevent a person from modifying
your presentations, but not from doing a screen capture.

If the information is exceptionally sensitive (adoption/prison records --
type of sensitive) you may want to create a cover box VBA routine. The
cover box would show a message that the information in this slide is
confidential, privileged, copyrighted, eye's only, top secret, destroy
before reading, etc.

Password protect the zipped presentation in PPS format using:
1) Win-zip passwords
2) PowerPoint 2002 passwords (both to open and modify)


Then, have the VBA add-in require another password/username. The function
of this VBA routine would be to:
1) Limit access to authorized users with encoded passwords
2) Report via e-mail/ftp who accesses data and when
3) Remove the cover box prior to the slide being shown
4) Replace it after the slide is no longer shown
5) Replace it before any attempted saves
6) Replace it prior to any attempted printing
7) Replace it when presentation ends or is aborted

But again, if one of the authorized viewers is a narf ....

B


--
Please spend a few minutes checking out www.pptfaq.com This link will
answer most of our questions, before you think to ask them.

Change org to com to defuse anti-spam, ant-virus, anti-nuisance
misdirection.
 
Back
Top