Detect if macros are password protected in a word document or not using aspose words

Hi Team,

I would like to know if there is a way to know if a macro/vba project is password protected in a word document using aspose words (java).

I see an api for aspose cells and I am looking for something similar in aspose words as well.

Please clarify.

Thanks
Ravi

@teju90 Using Aspose.Words you can detect whether VBA project is signed or not using VbaProject.isSigned() property. Do you need a property similar to Aspose.Cells VbaProject.isProtected()?

@alexey.noskov , if isSigned works same as isProtected, I can use it. Just want to make sure that isSigned for aspose.words is same as isProtected for aspose.cells. Please confirm.

Thanks
Ravi

@teju90 No, isSigned does not work same as isProtected.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-26289

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

Thanks @alexey.noskov

1 Like