python-openxml / python-docx

Create and modify Word documents with Python
MIT License
4.63k stars 1.13k forks source link

[QUESTION] Mark document as final #850

Closed maxbolgarin closed 3 years ago

maxbolgarin commented 4 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.

scanny commented 3 years ago

There is no current support for this feature in python-docx.