-3

I successfully create a ppt file using phpPowerpoint..

how can I change the save location?I want to save the file to other folder

Thanks for any help!

4

1 に答える 1

0

When you specify the filename in the call to save

$objPPTXWriter->save('filename.pptx');

simply specify a directory path as well

$objPPTXWriter->save('/path/to/my/directory/filename.pptx');
于 2012-12-05T09:23:50.837 に答える