cleanair4me46
Technical User
I have 20 powerpoint files sitting in a web server directory. Each one has one powerpoint slide only. I need to create one file that shows all 20 of the powerpoint files in just one pdf file.
I am not sure how to loop through the 20 powerpoint files and append all of them into the one file where I assume would be done in the cffile output area:
Please advise
I am not sure how to loop through the 20 powerpoint files and append all of them into the one file where I assume would be done in the cffile output area:
Code:
<cffile action = "append" file = "c:\mydir\consolidated.pdf" output = "?">
Please advise