The business requirement says that the PDF cannot be printed.

I looked up the doc of cfreport, and it says for format="pdf", there is a permissions attribute that I can set to a list of permissions including AllowPrinting.

However, setting permissions="" does not take away the printing permission. I checked by Right Cick on Adobe Reader browser plugin -> Document Property -> Security, it says Printing: Allowed"

How do I disable printing? Thanks.

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Found out in the doc of CFPDF that encryption attribute must be set before it respects permissions attribute!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.