Question
CFPDF action="addWatermark" ISSUE/BUG
Hello,
I am trying to add an image as a watermark into pdf file using the CFPDF tag. Here is the code:
The source file is not password protected.
And I get always the following error:
I made the PDF password protected and used the password attribute in order to eliminate the pass protection error but it does not help.
Please help!
thank you!
I am trying to add an image as a watermark into pdf file using the CFPDF tag. Here is the code:
quote:
<cfpdf action="addWatermark" source="template.pdf" image="bottle.jpg" destination="ad.pdf" overwrite="yes" foreground="yes" showOnPrint="yes" >
The source file is not password protected.
And I get always the following error:
quote:
An error occurred during ADDWATERMARK operation in <CFPDF>.
Error: The password provided is either wrong or does not have sufficient permission to perform this action.
I made the PDF password protected and used the password attribute in order to eliminate the pass protection error but it does not help.
Please help!
thank you!
