cfhtmltopdf is not working in CF2023
Hi Team,
Recently, we migrated our application from CF2021 to CF2023. Post-migration, we are facing issues with the <cfhtmltopdf> tag, which is not working as intended.
Below is a code snippet, and it is working in CF2021, but the same is not working in CF2023.
<cfhtmltopdf
encryption = "none"
saveAsName = "test.pdf"
name="binaryData"
orientation = "landscape"
overwrite = "yes"
>
Test PDF Data...
</cfhtmltopdf>
<cfdump var="#binaryData#">
CF2021:
BalaP_0-1764828563490.png
CF2023:
BalaP_1-1764828624526.png
Currently, the application is running on CF2023 Update 16.
Verified "PDF Service Managers" is enabled. Additionally, I cleared the felix-cache, reinstalled the "htmltopdf" package and restarted the services, but no luck still getting the same error.
BalaP_2-1764829210610.png
What am I missing here? Experts, please share your thoughts. Thanks in advance.
Regards,
Bala.P
