Status/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): A. Bakia / A. Bakia (A. Bakia)
Created: 06/07/2014
Components: Document Management, PDF generation
Versions: 11.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Windows 7 SP1 64-bit
Vote Count: 0
Problem Description: When I run a CFM test page to demonstrate the tag cfhtmltopdf or the function cfhtmltopdf, nothing happens.
Steps to Reproduce: Create the pages test.cfm and html2pdfTest.cfm. The page test.cfm contains the code
<cfoutput>#now()#</cfoutput>
The page html2pdfTest.cfm contains the following code:
<cfhtmltopdf>
This is a test: <cfoutput>#now()#</cfoutput>
</cfhtmltopdf>
<!---
<cfscript>
cfhtmltopdf(source="test.cfm", destination="example.pdf", overwrite="true");
</cfscript>
--->
First run the tag code. Then comment it out and run the cfscript code.
Actual Result: Neither the cfhtmltopdf tag nor the cfhtmltopdf() function has any effect. The browser's request for the page receives no response until the session eventually times out. The logs register nothing, except the session timeout.
Expected Result: The tag code should have generated a PDF page, and the cfscript version of the code should have generated a PDF file. Failing that, ColdFusion should have registered an error message in the logs, giving the reason for failure.
Any Workarounds: None that I am aware of.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3772481
External Customer Info:
External Company:
External Customer Name: BKBK
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: