Forum


Replies: 3   Views: 3031
Document permissions
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by usef  · 23-06-2011 - 18:11

Hi,
Is it possible to set the DOCX that is generated to be read only? So effectively set security permissions on it.

Thanks

Posted by admin  · 11-04-2013 - 12:13

Hello,

setMarkAsFinal method mark DOCX as final (read-only), but a user can easily change this state using MS Word or OpenOffice.

Regards.

Posted by taavi60  · 11-04-2013 - 12:13

for me it seems not to be working... any suggestions?

code:
$objDocx->setMarkAsFinal();
$objDocx->createDocxandDownload("filename");