I have nearly the same question. Essentially, 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-Community/message.cfm/messageid:260371
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5

Reply via email to