Word document properties + PHP4+WIN32

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • CJ

    #1

    Word document properties + PHP4+WIN32

    Hi

    In my PHP script I'm able to update bookmarks without in hassles but
    document properties just don't work!

    I know in VB custom properties can be changed with the following:

    wdApp.ActiveDoc ument.CustomDoc umentProperties (MyProperty) =
    "NewValue"

    How do I do this in PHP?

    Thank you,
    CJ.
Working...