cfpresentation notes在powerpoint export上消失

时间:2015-04-15 19:24:50

标签: coldfusion powerpoint

尝试从coldfusion导出powerpoint演示文稿。它有效,但导出时音符消失。

<cfpresentation format="ppt" destination="#CurrentDir#\trialCerts1.ppt" showNotes="yes" title="All Certificates" overwrite="yes">

<!---The code for the first slide--->

<cfpresentationslide title="welcome to the first slide" notes="here are some notes">
<p> Here is some information </p>
</cfpresentationslide> 

<!---The code for the second slide--->
<cfpresentationslide title="Conclusion" notes="Special thanks to Lori and Jeff for contributing their art and expertise."> 
    <h1>Great Job Team!</h1> 
    <p>Some info here</p> 
    </cfpresentationslide> 

</cfpresentation> 

0 个答案:

没有答案