For some reason, I can't get CFDocument/CFPDFForm to work as advertised on the adobe website.
I have a PDF Form created in LiveCycle Designer, and when trying to embed this in a cfdocument, all I get is the form - nothing before it, nothing after it...
<cfdocument format="PDF">
<cfdocumentsection>
<h1>Test</h1>
</cfdocumentsection>
<cfpdfform
action = "populate"
source = "form.pdf"
>
</cfpdfform>
<cfdocumentsection>
<h1>Test</h1>
</cfdocumentsection>
</cfdocument>
I've searched everywhere: this guys seems to have had the same problem, but never got a response. http://forums.adobe.com/thread/760759
Anyone seen this?
Any help is appreciated!