GroupDocs.Signature for .NET API 通过使用电子签名提供了广泛的方法来处理多种文档格式。支持多种类型的数字签名,如文本、图像、数字证书、条形码、二维码、印章或元数据。客户可以在 PDF、MS Word 文档、MS Excel 工作簿、MS PowerPoint 演示文稿、Adobe Photoshop 文件和各种图像格式中添加、删除、编辑、验证或搜索数字签名。提供数量惊人的附加功能和设置。
GroupDocs.Signature for .NET 包括有用的功能,例如验证放置在 Doc 文档中的 Digital 签名。利用这个机会,无需实现额外的代码。
所有主要平台和操作系统都支持 GroupDocs.Signature for .NET。在执行以下代码之前,请确保您的系统上安装了以下先决条件。
// Set up input Doc file
string filePath = "input.doc";
// Instantiate Signature for input file
using (GroupDocs.Signature.Signature signature = new GroupDocs.Signature.Signature(filePath))
{
//Provide verification options
DigitalVerifyOptions options = new DigitalVerifyOptions()
{
// Digital signature comment
Comments = "Approved by co-owner",
// specify period of signatures
SignDateTimeFrom = new DateTime(year: 2021, month: 01, day: 01),
SignDateTimeTo = new DateTime(year: 2022, month: 12, day: 31)
};
// Verify document signatures
VerificationResult result = signature.Verify(options);
//process result
if (result.IsValid)
{
//..
}
}
访问 GroupDocs.Signature App 网站,立即为 Doc 文件添加各种电子签名。
无需下载 API
无需编写任何代码
只需上传源文件
获取下载链接以保存文件
“验证放置在各种文件中的电子签名。检查流行文件格式的签名质量,如下所示。”
(Portable Document Format)
(Office 2007+ Word Document)
(Microsoft Word 2007 Marco File)
(Microsoft Word Template Files)
(Microsoft Word Template File )
(OpenDocument Text File Format)
(OpenDocument Standard Format)
(Microsoft Excel Spreadsheet (Legacy))
(Open XML Workbook)
(Macro-enabled Spreadsheet)
(Excel Binary Workbook)
(OpenDocument Spreadsheet)
(OpenDocument Spreadsheet Template)
(Excel Template)
(Excel Macro-Enabled Template)
(Open XML presentation Format)
(Macro-enabled Presentation File)