Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Erik Voldengen / Erik Voldengen (Erik Voldengen)
Created: 10/31/2014
Components: Document Management, PDF Generation (CFHTML2PDF)
Versions: 11.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: CF11_Final / CF11 Update5
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Windows 8.1 Update 2 x(64)
Vote Count: 1
Problem Description:
cfhtmltopdf with cfhtmltopdfitem works fine, but inside a loop and iterated more than once results in an error:
Error in handling header footer related attributes.
Steps to Reproduce:
<cfloop from="1" to="10" index="i">
<cfhtmltopdf destination="#createUUID()#.pdf" overwrite="true">
<cfhtmltopdfitem type="header">header</cfhtmltopdfitem>
THIS IS A TEST DOCUMENT
<cfhtmltopdfitem type="footer" >footer</cfhtmltopdfitem>
</cfhtmltopdf>
</cfloop>
Actual Result:
Error in handling header footer related attributes.
Expected Result:
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3846110
External Customer Info:
External Company:
External Customer Name: erikv
External Customer Email:
External Test Config: Windows/CF11
Attachments:
- November 01, 2014 00:00:00: 1_test4.cfm
Comments: