PDFs - Watermarking & Locking Content
Running:
- Windows Server 2003 R2
- Coldfusion 9 (Developer Edition currently)
- IIS v6.0
- MySQL
I have 2 questions regarding PDFs.
1) Will the watermarking not work in developer edition because of the Adobe watermark that is already there or am I doing it wrong?
<cfpdf action="addwatermark" source="reports/#FileName#" image="text.tiff"
destination="c:\Inetpub\wwwroot\admin\reports\#FileName#" overwrite="yes">
2) Is there any way to lock down a PDF file? I'm writing tables of text and I want to make it so users can't select the text, is this possible?
