cfhtmltopdfitem issues
Hi, i found issues on cfhtmltopdfitem
<cfif _PAGENUMBER eq _LASTPAGENUMBER >
Last Page
<cfelse>
Page: _PAGENUMBER of _LASTPAGENUMBER
</cfif>
this will only work if no html tags like <div> something like that. ill give example
<cfif _PAGENUMBER eq _LASTPAGENUMBER >
<div> Last Page </div>
<cfelse>
<div> Page: _PAGENUMBER of _LASTPAGENUMBER </div>
</cfif>
this line of code will not work. also this like of code will also not work
also this if there is <div> in type=header it will not work on footer. please fixed because we need some logic in footer side. thank you
