Hi,
We have a word document that has a password protect template with VBA macro in it.
Aspose words detected the the document has macros (doc.HasMacros()), but we need to know if this macro is password protected.
If so can we provide the password to open it?
If no, just knowing if the macro is password protected will be good enough.
Thank you