Whatever message this page gives is out now! Go check it out!

Working with PowerPoint presentation files

Last update:
May 18, 2026
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>

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page