This code produces a pdf with distorted (and blank) pages under XP / CF 
9,0,0,251028. Does anyone else see the same results?

Thanks
-Leigh

<cfdocument format="pdf"  name="testPdf">
   <cfloop from="1" to="15" index="x">
       <cfoutput><div>This is the content for page #x#</div></cfoutput>
       <cfdocumentitem type="pagebreak" />
   </cfloop> 
</cfdocument>

<cfpdf  action="transform" 
        source="testPdf" 
        destination="rotationFromVariable.pdf" 
        rotation="90"
        overwrite="true"
         />  




      

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:330688
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to