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


Professional requirements say that PDF can not be printed.

I have seen, and it says format = "pdf" is a permissions attribute, in which I allowed Can set up a list of permissions, including.

However, the setting does not remove the printing permission permissions = "" I checked by the right catch on the Adobe Reader browser plugin - & gt; Document Property - & gt; Security, it says printing: permission "

How can I disable printing? Thank you.

cfpdf has found that the encryption attribute must be set before respecting the permissions attribute! < / P>

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -