Code sign XLSM file with PFX certificate in reactjs or nodejs

43 views Asked by At

I have an xlsm file which is generated programmatically on a click event. Also I have a pfx certificate. I would like to sign the xlsm file with pfx certificate programmatically using either reactjs/ nodejs. Any help would be appreciated.

Whenever an xlsm export is triggered from my application the downloaded xlsm should be digitally signed with the given pfx certificate

0

There are 0 answers