"General Error" with cfhtmltopdf after patching ColdFusion Server Enterprise 2018
Our application has been successfullying using cfhtmltopdf for months now. Following a patch installation last week, we're seeing an error but there is precious little detail to go on. Are you seeing similar?
ColdFusion Server Enterprise 2018
Error occurred while generating PDF. Reason: GENERAL ERROR
<cfhtmltopdf
source = "#rootFilePath#\inventories\#variables.DecryptedinventoryID#\#variables.SourceFileName#"
destination = "#rootFilePath#\inventories\#variables.DecryptedinventoryID#\#variables.TargetFileName#"
saveAsName = "#variables.TargetFileName#">
#ReadHTML#
</cfhtmltopdf>
