Copy link to clipboard
Copied
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>
Copy link to clipboard
Copied
Have you confirmed first there were 0 errors reported in the update's log? It's not obvious. For more, see:
https://coldfusion.adobe.com/2019/03/problems-applying-cf-update-check-first/
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Similar issue here, but I'm not sure if it's cfhtmltopdf since I'm using a vendor delivered app. After applying Cold Fusion 2018 Update 5, PDF generation doesn't work in our app. Uninstalling the update restores PDF generation capabilites. In my case the patch was applied successfully.
Summary
-------
Installation: Successful.
3222 Successes
0 Warnings
0 NonFatalErrors
0 FatalErrors
At first I was seeing errors about not being able to connect to the PDF service but then I realized it was because the app service was started before the add-on service. When I start the add-on service first, the logs show that it is able to connect to the PDF service.