You use the cfdocument tag to convert a PowerPoint presentation (PPT file) to a PDF document.
Example
The following example converts a PowerPoint presentation to a PDF file.
You use the cfdocument tag to convert a PowerPoint presentation (PPT file) to a PDF document.
The following example converts a PowerPoint presentation to a PDF file.
<cfdocument format="pdf" srcfile="C:\presentations\MyPresentation.ppt" filename="C:\presentations\MyPresentation.pdf"> </cfdocument>