Can I change the author of a power point file using PHP or any other language ?
Asked
Active
Viewed 227 times
0
-
Currently I used both Linux and Windows server.I want to change the author name of power point file while uploading to that server.For uploading I am using Php code in server. – FlexiDev May 22 '12 at 07:10
-
try this.. here is a way to modify author using C#. http://stackoverflow.com/questions/5337683/how-to-set-extended-file-properties – doneyjm May 22 '12 at 09:29
2 Answers
0
Yes, it appears that PHPPowerPoint has the ability to open and save ppt and pptx documents, and can manipulate document metadata.

Jhong
- 2,714
- 22
- 19
-
-
SDK? You can just download PHPPowerpoint classes and reference them in your code. Just like any other PHP file. – Jhong May 22 '12 at 07:19
-