<cfpdfparam>
Provides additional information for the cfpdf tag.
The cfpdfparam tag applies only to the merge action of the <cfpdf> tag and is always a child tag of the cfpdf tag.
This tag cannot have a body.
This tag is also supported within <cfscript>
Requires Extension: PDF Extension
<cfpdfparam
pages=string
password=string
source=any
>
Examples
<cfset x = 1>
<cfdocument format="pdf" pagetype="A4" name="myVar">
<cfdocumentsection>
Hi there
</cfdocumentsection>
</cfdocument>
<cfpdf action="merge" destination="D:/myPDF.pdf" overwrite="yes">
<cfpdfparam source="myVar" />
</cfpdf>
See also
- PDFs
- <cfpdf>
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)