Question
cfdocument pdf is not modifiable
I need to be able to change the document I create from CFML
using the following;
<cfdocument format="pdf" permissions="allowmodifycontents,allowprinting" encryption="128-bit" authpassword="" authuser="">
The document seems to be fine. I just have to allow for minor changes.
I downloaded Acrobat Pro 9 and took out permissions and password. Still no change. I cannot edit the document.
<cfdocument format="pdf" permissions="allowmodifycontents,allowprinting" encryption="128-bit" authpassword="" authuser="">
The document seems to be fine. I just have to allow for minor changes.
I downloaded Acrobat Pro 9 and took out permissions and password. Still no change. I cannot edit the document.
