I am using Coldfusion 11 and the new tag CFPDFTOHTML. I want to use CFPDFTOHTMLITEM type="header". But I want a different header on the first page than the others.
With CFDocument I could do this by using evalAtPrint and <cfif cfdocument._curretpagenumber eq 1></cfif>.
Can we do do this with this new tag or is there another way?