spire.doc 7.5.1今日已正式发布。该版本新增了可支持数字签名的功能。更多新功能详情请参阅以下内容。
新功能:
- 支持数字签名.doc和.docx格式的文档。(目前只支持.pfx证书签名;不支持.net standard 和.net core)
public void savetofile(string filename, fileformat fileformat, byte[] certificatedata, string securepassword);
public void savetofile(string filename, fileformat fileformat, string certificatepath, string securepassword);
public void savetostream(stream stream, fileformat fileformat, byte[] certificatedata, string securepassword);
public void savetostream(stream stream, fileformat fileformat, string certificatepath, string securepassword);
//也支持直接调用document类签名
public static byte[] sign(stream sourcestream, byte[] certificatedata, string securepassword);
public static byte[] sign(stream sourcestream, string certificatepath, string securepassword);
获取spire.doc 7.5.1,请点击: