I played with it some and the answer is yes. By having one cfdocumentsection tag for the first page with no header and another for the rest of the document, the header defined in the second cfdocumentsection will apply to all pages other than the first.
<cfdocument format="PDF"> <cfdocumentsection> page1 </cfdocumentsection> <cfdocumentsection> <cfdocumentitem type="header">page 2+ header</cfdocumentitem> page2 <cfdocumentitem type="pagebreak"></cfdocumentitem> page3 </cfdocumentsection> </cfdocument> As a side note, there is an implied page bread between each cfdocumentsection so none is needed between page 1 and 2 while one is needed between page 2 and 3. >PDF output : <cfdocumentitem type="header"> >Is it possible to start header output from page 2? >Thanks for helping. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258438 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

