How to disable "AllowPrinting" for PDF generated in cfreport/cfdocument?

576 views Asked by At

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.

1

There are 1 answers

0
Henry On BEST ANSWER

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