Status/Resolution/Reason: Closed/Withdrawn/NeedMoreInfo
Reporter/Name(from Bugbase): David S. / ()
Created: 10/31/2019
Components: Document Management, Presentation
Versions: 2018
Failure Type: Non Functioning
Found In Build/Fixed In Build: 2018,0,05,315699 /
Priority/Frequency: Normal / Some users will encounter
Locale/System: English / Win 2012 Server x64
Vote Count: 0
Problem Description:
Images added to html for processing by CFPresentationslide do not appear in the finished file
Steps to Reproduce:
create *.png images from CFcharts (3 of them)
use cfsavecontent to put img tags, with src set the absolute paths to image files, in variables.
under cfpresentationslide tag, use cfoutput to place the cfsavecontent variables (holding <img.. tags) in html table.
a <cfabort> placed before the closing cfpresentationslide tag will show that the images appear in the table.
cfpresentation tag creates the ppt file and saves it to a docs directory.
Actual Result:
When downloaded, or copy and pasted out of the docs directory, the the images appear on the slide as 3 white squares with little red x's. (broken links)
Expected Result:
This works perfectly in coldfusion 2016. I expect to see the chart graphics embedded in the slide.
Any Workarounds:
Haven't found one yet.
Attachments:
Comments: