How do I prevent the cfdocument code below from displaying an extra blank page 
in pdf format? For example, instead of going to page two it displayed page two 
as blank and continued top page three. Is my code below at fault?

Thanks.

RO
HWW

<cfdocument format="pdf" scale = "90">  
<cfoutput>
<html>

My code to display as pdf

<cfdocumentitem type="pagebreak"/> 
<cfdocumentitem type="header">my header</cfdocumentitem >    
<cfdocumentitem type="footer">   
<div align="center"> <font color="navy" size="1" face="Tahoma"> page  
<cfoutput>   #cfdocument.currentpagenumber# </cfoutput>/      
<cfoutput>        #cfdocument.totalpagecount#      </cfoutput>      
</font>      </div>   </ cfdocumentitem ></cfdocument>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324954
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to