Last updated on
Apr 27, 2021
|
Also applies to ColdFusion
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.
<cfdocument format="pdf" srcfile="C:\presentations\MyPresentation.ppt" filename="C:\presentations\MyPresentation.pdf"> </cfdocument>