Specifies action items for a PDF or FlashPaper document
created by the cfdocument tag.
<cfdocumentitem type="pagebreak">
cfdocumentitem(type="pagebreak");
pagebreak
header
footer
true
false
Insert a pagebreak into the document
cfdocumentitem( type="pagebreak" );
Insert a page footer into the document
cfdocumentitem( type="footer" ) {
writeOutput(' -- My Page Footer -- ');
}
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.