Question
coldfusion 8,cfdocument, cfpdf, watermark, blank page output?
I'm using cfdocument. No matter whether I use PDF or
Flashpaper as the type, if I specify the "name" attribute it
results in an outputted page that is blank. If I remove the name
attribute, it renders the pdf or flashpaper page.
Why is this happening? I want to use it to create a PDF onscreen and then add a watermark to the just generated PDF, but the cfpdf action="addWatermark" requires you to specify the name of the pdf to add the watermark to. Since I cannot set the name, I can't add the watermark.
What can I do? Thanks.
Why is this happening? I want to use it to create a PDF onscreen and then add a watermark to the just generated PDF, but the cfpdf action="addWatermark" requires you to specify the name of the pdf to add the watermark to. Since I cannot set the name, I can't add the watermark.
What can I do? Thanks.