I originally posted this as a reply to another post in the CF-Community form that I found through a search. Apologies for the double post.
Using cfdocument I am creating a PDF that starts with an information page that requires no header, and then needs produce a header on each following page. The problem is that the header is appearing on all pages, including the first. The following is the code I'm using inside of cfdocument: <cfdocumentitem type="header"> <cfif cfdocument.currentPageNumber GT 1> <p>doh</p> </cfif> </cfdocumentitem> Thanks for any suggestions. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305668 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

