frank-hoffman
Feb 23, 2024Copper Contributor
Status:
New
Implement Document.Protect and Document.Unprotect in Word JavaScript API
I'm developing an add-in using the Word JavaScript API, and I need the ability to work with protected Word documents programmatically. In VBA and VSTO, I was able to unprotect these documents, alter ...
martin-kouba
Nov 07, 2024Copper Contributor
Working with the JavaScript API reminds me of working with VBScript. First it's like "hey that's cool" until you realize "**bleep** can't use it at all and have to reimplement with something else".