<cfdocumentitem>
Specifies action items for a PDF document created by the cfdocument tag.
This tag may have a body.
This tag is also supported within <cfscript>
Requires Extension: PDF Extension
<cfdocumentitem
type=string
name=string
evalatprint=boolean
><!--- body --->[</cfdocumentitem>]
Unimplemented Attribute(s)
Examples
Simple example for cfdocumentitem
<cfdocument format="pdf">
<h1>Welcome to Lucee</h1>
<h5>Example Page</h5>
<p>Example for <b>CfdocumentItem</b></p>
<cfdocumentitem type="header">
<h2><i>Example Header</i></h2>
</cfdocumentitem>
<cfdocumentitem type="footer">
<h2><i>Example footer</i></h2>
</cfdocumentitem>
</cfdocument>
See also
- PDFs
- <cfdocument>
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)