uldisn/msword_add

Set MS WORD read only

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/uldisn/msword_add

dev-master 2015-05-19 13:11 UTC

This package is auto-updated.

Last update: 2025-10-07 22:59:15 UTC


README

MS Word set readonly

      $msw = new msword_add; 
      $msw->open('msword.docx');
      $msw->setReadOnly();      
      $msw->save();