scanny / python-pptx

Create Open XML PowerPoint documents in Python
MIT License
2.4k stars 520 forks source link

Enhancement Request: Add Sensitivity Labeling #882

Open nrchade opened 1 year ago

nrchade commented 1 year ago

Appreciate this package and recently having an issue where all our office files are now requiring Sensitivity labels. Was easy enough to do with excel but havent found a good way to do this for powerpoint. I tried digging into core_properties but SensitivityLabel doesnt seem to be a property exposed and was hoping it would be an easy feature to add??

mohsenminaei commented 1 year ago

I am having the same problem. haven't found a solution yet.

MartinPacker commented 1 year ago

Any idea what the XML would look like for this? That gives us something to work on - as a workaround. (No promises.)