cfdocument produces white rectangle
Hello
If I try to create a PDF with <cfdocument> and want to add a watermark with <cfpdf> (on the background, not on the foreground!), there is always a white object (page size) which hides the watermark. Only after deleting the object with Acrobat the watermark gets visible.
I think this is a bug in <cfdocument>. I'm not able to produce a PDF without this white rectangle (tried with different HTML-Tags, Plain-Text etc.).
Example:
<cfdocument format="pdf" filename="test.pdf">test</cfdocument>
<cfpdf action="addwatermark" image="test.jpg" foreground="no" source="test.pdf">
System:
CF 8.0.1 (Update April 08)
Any ideas/similar experiences?
