The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com
__________________________________________________________________
Ah HA!!
I finally found a solution to this that REALLY works (for anyone that still cares that
is)! I really liked the idea of using Distiller to create the PDF's without the
ability to print them, but I DID forget one crucial element to that. I only want the
PDF to be unprintable from certain computers preloaded with AR 5.1. The user will
have to save the PDF to a memory stick for backup purposes, AND so they can print it
out at another computer (yeah, I know, weird project). So, I did some snooping, and
what I REALLY needed was a javascript in the config.js file to hide the File menu and
to hide the print icon (only two places I could tell where a user could print the
PDF). The code is SUPER simple. Looks like this:
//config.js goes in Program Files\Acrobat\Adobe 5.0\Reader\Javascripts folder
app.hideToolbarButton("Print");
app.hideMenuItem("File");
Yep, that's it. It hides the print icon and the File menu. I'm sure there's a way to
SPECIFICALLY hide the print option from the file menu, but I haven't figured that out
yet. There is nothing the user REALLY needs to see on the file menu anyway. The Open
icon still shows, so that works for them.
I knew there was something else, but I just couldn't figure it out. Then that helpful
little Acrobat JavaScripts Oject Specification manual popped into my mind. There it
was all along.
Thanks for everyone's input on this. The Distiller method I'm sure will come in handy
SOMETIME, so I'll keep it in mind.
THANKS!
Brian Mihalic
LAN Technician
The PA Board of Law Examiners
5070A Ritter Road
Ste. 300
Mechanicsburg, PA 17055
(717) 795-6443
-----Original Message-----
From: Mihalic, Brian
Sent: February 11, 2004 9:08 AM
To: [EMAIL PROTECTED]
Subject: RE: [PDF] Disable Print Feature in Reader
The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com
__________________________________________________________________
Thanks everyone for that pretty simple solution. Yep, I never knew you could set
Distiller like that. That will do the trick.
THANKS!!!
Brian Mihalic
LAN Technician
The PA Board of Law Examiners
5070A Ritter Road
Ste. 300
Mechanicsburg, PA 17055
(717) 795-6443
-----Original Message-----
From: Ahmed Zaki [mailto:[EMAIL PROTECTED]
Sent: February 11, 2004 5:11 AM
To: [EMAIL PROTECTED]
Subject: Re: [PDF] Disable Print Feature in Reader
The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com
__________________________________________________________________
in Acrobat distiller 6.0 you can use the security option from the menu
setting - security to prevent the print option from each pdf .
so what you need to do is configure the distiller and then you will be able
to create as much PDF as you want without print option or even required
special password for printing .
Regards
Ahmed
----- Original Message -----
From: "Mihalic, Brian" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 10, 2004 11:45 PM
Subject: RE: [PDF] Disable Print Feature in Reader
>
> The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com
> __________________________________________________________________
>
> That would seem to make sense, but you have to then set that security on
each individual PDF, don't you? I'm going to be making PDF's on the fly
from Access, and I just want to view them then in the Reader. So, I need a
method that kind of disables the general print function from Reader (I don't
want the user to be able to print the PDF, just view it).
>
> I wish I COULD just put the individual security on the PDF, but
unfortunately, that's getting WAY to code heavy to try to do dynamically
from Access while also creating the PDF (I think anyway).
>
> Any other ideas?
>
> Brian Mihalic
> LAN Technician
> The PA Board of Law Examiners
> 5070A Ritter Road
> Ste. 300
> Mechanicsburg, PA 17055
> (717) 795-6443
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: February 10, 2004 3:39 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [PDF] Disable Print Feature in Reader
>
>
>
> The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com
> __________________________________________________________________
>
> You would just set the security settings to not allow printing ... File
> / document security ...
>
> Sara Jane Roginson - Electronic Media Publisher
> Business Practices & Training
> <T> 204.985.8121 <E> [EMAIL PROTECTED]
>
> < The information in this email is confidential and may be legally
> privileged. It is intended solely for the addressee. Access to this
> email by anyone else is unauthorized. If you are not the intended
> recipient, any disclosure, copying, distribution or any action taken or
> omitted to be taken in reliance on it, is prohibited and may be
> unlawful. >
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> On Behalf Of Mihalic, Brian
> Sent: February 10, 2004 2:37 PM
> To: [EMAIL PROTECTED]
> Subject: [PDF] Disable Print Feature in Reader
>
>
>
> The PDF list is a service provided by PDFzone.com |
> http://www.pdfzone.com
> __________________________________________________________________
>
> Hello all,
>
> I don't make many posts to the email forum because I can generally
> figure out most of my simple needs easily. However, I'm trying to do
> something now that kind of boggles my mind, although I think it should
> be simple.
>
> If I have a copy of the Adobe Reader 5.1 on a computer, can I disable
> it's print functions? I know there is a javascript folder installed
> when you install AR 5.1 that has scripts that are run when the Reader is
> opened. I was wondering if there were some way to put a script in one
> of those folders that would handle this. I think I remember hearing
> about this before (could be wrong though).
>
> If anyone has any clues, I'd greatly appreciate it.
>
> THANKS!!
>
> Brian Mihalic
> LAN Technician
> The PA Board of Law Examiners
> 5070A Ritter Road
> Ste. 300
> Mechanicsburg, PA 17055
> (717) 795-6443
>
>
>
> To change your subscription:
> http://www.pdfzone.com/discussions/lists-pdf.html
>
>
>
> To change your subscription:
> http://www.pdfzone.com/discussions/lists-pdf.html
>
>
>
>
> To change your subscription:
> http://www.pdfzone.com/discussions/lists-pdf.html
>
>
To change your subscription:
http://www.pdfzone.com/discussions/lists-pdf.html
To change your subscription:
http://www.pdfzone.com/discussions/lists-pdf.html
To change your subscription:
http://www.pdfzone.com/discussions/lists-pdf.html