Closed maxbolgarin closed 3 years ago
How can I mark document as final? For example, in MC Word interface I can click 'File' -> 'Info' -> 'Protect Document' -> 'Mark as Final'. I want to create .docx using python script and send it to clients, so it should be marked as final document.
There is no current support for this feature in python-docx.
python-docx
How can I mark document as final? For example, in MC Word interface I can click 'File' -> 'Info' -> 'Protect Document' -> 'Mark as Final'. I want to create .docx using python script and send it to clients, so it should be marked as final document.