Title:
Bug 78774:While trying to test out the ability to create PowerPoint (ppt) presentations, it became quickly apparent that any images with text (charts with legends and labels) are no longer legible in the presen
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Eric Reeves / Eric Reeves (6dust)
Created: 07/14/2009
Components: Document Management, Office Integration
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 9,0,0,241018 / 243147
Priority/Frequency: Minor / Unknown
Locale/System: English / Win All
Vote Count: 0
Problem:
While trying to test out the ability to create PowerPoint (ppt) presentations, it became quickly apparent that any images with text (charts with legends and labels) are no longer legible in the presentation. This is true of images containg charts created outside of ColdFusion, as well as images containing charts that were created within ColdFusion.
Method:
Create or find an image containing text. Inert it into a PowerPoint.The following code is a simple example to demonstrate. When the chart is created, the original image displays perfectly. When put into the slide, the legend and labels are illegible.<cfpresentation format="ppt" destination="C:\cfchart.ppt" overwrite="yes"><cfpresentationslide Title="Q1 Sales Figures"><h3>Q1 Sales Figures</h3><cfchart format="png" showborder="yes" chartheight="600" chartwidth="800" pieslicestyle="sliced"><cfchartseries type="pie"><cfchartdata item="Europe" value="9"><cfchartdata item="Asia" value="20"><cfchartdata item="North America" value="50"><cfchartdata item="South America" value="21"></cfchartseries></cfchart></cfpresentationslide></cfpresentation>
Result:
When creating PowerPoint (ppt) files out of images/html, the images are scaled or altered in such a way that any text is rendered illegibly.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3039273
External Customer Info:
External Company:
External Customer Name: Eric Reeves
External Customer Email: 61D563C8445B87C8992015D5
External Test Config: 07/14/2009
Attachments:
Comments: