0

Can I change the author of a power point file using PHP or any other language ?

FlexiDev
  • 1
  • 2
  • 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 Answers2

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
0

You can change from menu Prepare/ Properties

Starx
  • 77,474
  • 47
  • 185
  • 261
Dolly
  • 1,042
  • 4
  • 27
  • 47