Status/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): Colin Sears / Colin Sears (Colin Sears)
Created: 05/06/2016
Components: Language, CF Component
Versions: 11.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Win 2012 Server x64
Vote Count: 0
Problem Description: When using cfhtmltopdf() to generate PDF from HTML file, it returns "Error occurred while generating PDF. GENERAL ERROR"
Steps to Reproduce:
Use function provided where dst is the filepath for the PDF and src is the location of the HTML file
<cffunction name="htmlToPDF" access="public" output="false" returnType="any">
<cfargument name="dst" type="string" required="true">
<cfargument name="src" type="string" required="true">
<cfhtmltopdf source="#src# "destination="#dst#" overwrite="yes" encryption="RC4_128" permissions="allowCopy"/>
</cffunction>
Actual Result: Errors with "Detail=Reason: GENERAL ERROR, Message=Error occurred while generating PDF."
Expected Result: PDF created in location provided using the HTML from the source file
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4149711
External Customer Info:
External Company:
External Customer Name: Colin Sears
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: