Step 1: Check us out

You don't have to be a member to look at any content on the site. Increase your expertise with our helpful tutorials, videos, forums, and sample PDFs.

Step 2: Sign up for a free account

Like what you see? Take the next step and become a member. Register now to get discounts, attend eSeminars, ask questions and more.

Step 3: Start participating

Get the most out of your membership. Post in the forums, create your profile, submit to the gallery, attend a user group meeting. Log In now.

Acrobat User Community Forums

You are not logged in.     Log in to your AUC account.     Don't have an account? Sign up today

#1 2007-07-19 16:26:02

KN
Member
Registered: 2007-07-19
Posts: 4

How to disable printing of pdf

I have very recently started working with pdfs. I need to disable printing of  my pdfs based on user types. Can someone please tell me how to do this? The pdfs I need to manipulate have the following information in their Document properties: "Application = QuarkXPress 4.11 LaserWriter 8 8.7.1", "PDFProducer=Acrobat Distiller 5.0.5 for Macintosh", "PDFVersion=1.6 (Acrobat 7.0)"

Last edited by KN (2007-07-19 16:26:56)


Offline

 

#2 2007-07-19 17:06:20

Sean76
Member
Registered: 2007-07-09
Posts: 7

Re: How to disable printing of pdf

In Acro Pro you can restrict printing. With the file open, go to Document properties and select the security tab. Select the Passwod Security from the pull down menu. Then select restrict printing. You will need to create a password.

Offline

 

#3 2007-07-19 17:17:52

gkaiseril
Expert

From: Chicago, IL US
Registered: 2006-02-24
Posts: 3075

Re: How to disable printing of pdf

For the user types you want to be able to print your PDFs, you will have to get an Acrobat Digital ID from them and then add these users and their certificate to allow them printing permissions for the PDFs you will distribute.

Offline

 

#4 2007-07-20 13:59:24

KN
Member
Registered: 2007-07-19
Posts: 4

Re: How to disable printing of pdf

Sean76 & gkaiseril: Thanks for the response. I was looking at the Documment properties -> Security tab. I am not seeing any dropdown in that window. It doesn't look like anything in that is "modifiable". Where do I need to look to get access to do the modifications? What modifications should I make?

Thanks !

Offline

 

#5 2007-07-20 14:26:36

gkaiseril
Expert

From: Chicago, IL US
Registered: 2006-02-24
Posts: 3075

Re: How to disable printing of pdf

In version 7 Acrobat, not Reader, using Acrobat's menu bar, select "File => Document Properties" and then select the 'Security tab and the "Security method:" option will be a drop down box. It is also possible to set the security restrictions in Distiller, but this will affect all created PDFs.

Offline

 

#6 2007-07-26 10:28:36

KN
Member
Registered: 2007-07-19
Posts: 4

Re: How to disable printing of pdf

OK. Now I have the Acrobat Profession 7.0 installed and I am able to see the Document properties. I am also able to disable the print option of the pdf from here. But how do I programmatically disable printing? i.e. if I choose the Document Action -> will print -> What should my javascript look like? My requirement is: if (boolean x) print, else disable print. Assume I store the boolean value in request / session.

Thanks for your help :)

Offline

 

#7 2007-07-26 11:18:44

gkaiseril
Expert

From: Chicago, IL US
Registered: 2006-02-24
Posts: 3075

Re: How to disable printing of pdf

The "Will Print" does not allow the cancellation of printing, it just provides a hook to do some other action like adding a watermark, hiding or displaying fields etc.. Acrobat's security for printing is an all or nothing option.

It should be noted that the security options and "Will Print" document option is available in the Standard version of Acrobat.

The Professional version adds the ability to create an distribute forms and other very advanced actions.

Offline

 

#8 2007-07-26 15:35:30

KN
Member
Registered: 2007-07-19
Posts: 4

Re: How to disable printing of pdf

Does that mean I will not be able to programmatically disable printing? If yes, what are my solutions other than duplicating the templates - one with printing disabled and another one that allows printing.... Thanks !

Offline

 

#9 2010-05-03 00:00:19

allensolly12
Member
Registered: 2010-05-02
Posts: 1

Re: How to disable printing of pdf

Hello KN,

I would suggest you to try Restrict PDF program to disable PDF printing. I have used this tool a week ago and able to disable PDF printing in just few seconds.

You can download the tool from the following link:
http://www.restrictpdf.com/disable-pdf-printing.html


Regards,
Allen Solly

Offline

 

#10 2010-05-03 05:45:03

UVSAR
Expert

Registered: 2008-10-29
Posts: 564

Re: How to disable printing of pdf

@allensolly12: Spam notwithstanding, nothing about your program is any less trivial to bypass than applying a permissions password in Acrobat, and would do nothing to help KN, who wanted a solution to change permissions based on who was opening the file - that's not possible unless the PDF is distributed using DRM.

There are mountains of completely free ways to create PDFs using non-Adobe software, and many allow open/perms passwords to be applied - but it's important to remember that it's only an illusion of security.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson