使用最先進的 Conholate.Total API 在 C#、.NET、Xamarin 和 Mono 應用程式中添加數位簽名,輕鬆對 WORD 文件進行數位簽名。透過添加文字、圖像、條碼、二維碼、圖章、元資料和表單欄位等任何電子簽名類型,輕鬆實現無紙化並保護您的 WORD 文件。利用最先進的數位簽名技術的力量,像專業人士一樣簽署 WORD 和所有其他流行的文件和圖像。它包括簽署 Word 文件(DOC、DOCX)、Excel 試算表(XLS、XLSX)、PowerPoint 簡報(PPT、PPTX)、圖像(JPEG、PNG、TIFF)、HTML 等。
下载Conholdate.Total for .NET 支持使用幾行 C# .NET 代碼對帶有數字簽名的 WORD 文檔進行簽名。
// Supported file formats: https://docs.groupdocs.com/signature/net/supported-document-formats/ | |
using (Signature signature = new Signature("input.pdf")) | |
{ | |
DigitalSignOptions options = new DigitalSignOptions("certificate.pfx") | |
{ | |
Password = "1234567890", | |
Reason = "Sign", | |
Contact = "JohnSmith", | |
Location = "Office1", | |
ImageFilePath = "sample.jpg", | |
AllPages = true, | |
Width = 80, | |
Height = 60, | |
VerticalAlignment = VerticalAlignment.Bottom, | |
HorizontalAlignment = HorizontalAlignment.Right, | |
Margin = new Padding() { Bottom = 10, Right = 10}, | |
}; |
以編程方式將數字圖像簽名添加到 C# .NET 應用程序中的 WORD 文檔。使用電子簽名 API 創建具有高級效果的自定義圖像、公司徽標、名稱、印章或圖標。
文檔信息提取API不僅可以獲取源文檔文件(WORD)的基本信息,還支持提取一些有價值的文檔信息,如文件類型、文件大小、頁數、頁面高度和寬度等。
在使用 Windows Azure、Mono 和 Xamarin 等平台時,將自定義數字簽名添加到 Windows、Linux 或 macOS 等不同操作系統上的文檔格式。
// Supported file formats: https://docs.groupdocs.com/signature/net/supported-document-formats/ | |
using (Signature signature = new Signature("input.pdf")) | |
{ | |
ImageSignOptions options = new ImageSignOptions("signature.jpg") | |
{ | |
Left = 100, | |
Top = 100, | |
// AllPages = true | |
}; | |
signature.Sign("output.pdf", options); | |
} |
在任何類型的 .NET 應用程序中使用條形碼或 QR 碼簽名對 WORD 文檔進行數字簽名。將 60 多種流行的條形碼類型(機器可讀形式)作為電子簽名添加到各種數字文檔和圖像格式中。
文檔 eSign API 使您能夠呈現來自各種雲文檔存儲源(例如流、本地磁盤、URL、FTP、Amazon S3 和 Azure Blob 存儲)的遠程文檔。文檔預覽功能使您能夠獲得文檔頁面的圖像表示,這對於預覽和調整文檔中數字簽名的位置很有用。
以 PNG、JPG 或 BMP 圖像格式獲取整個文檔或某些特定頁碼的文檔預覽。
// Supported file formats: https://docs.groupdocs.com/signature/net/supported-document-formats/ | |
using (Signature signature = new Signature("input.pdf")) | |
{ | |
BarcodeSignOptions options = new BarcodeSignOptions("JohnSmith") | |
{ | |
EncodeType = BarcodeTypes.Code128, | |
Left = 100, | |
Top = 100 | |
}; | |
signature.Sign("output.pdf", options); | |
} |
(便携式文件格式)
(图像文件)
(Microsoft Word 二进制格式)
(Office 2007+ Word 文档)
(Microsoft Word 2007 马可文件)
(Microsoft Word 模板文件)
(微软 Word 模板文件)
(Microsoft Word 2007+ 模板文件)
(Microsoft Excel 电子表格(旧版))
(打开 XML 工作簿)
(Excel 二进制工作簿)
(启用宏的电子表格)
(Excel 97 - 2003 模板)
(Excel 启用宏的模板)
(Excel 模板)
(微软PowerPoint 97-2003)
(打开 XML 表示格式)
(幻灯片放映)
(幻灯片放映)
(位图图像文件)
(图形交换格式)
(联合摄影专家组图片)
(便携式网络图形)
(微软 PowerPoint 模板文件)
(Microsoft PowerPoint 模板演示文稿)
(启用宏的演示文件)
(启用宏的幻灯片放映)
(标记图像文件格式)
(光栅 Web 图像格式)
(Photoshop 文档)
(标量矢量图形)
(Windows 元文件)
(CorelDraw® 图形格式)
(Corel 元文件交换图像)
(图形文件格式)
(OpenDocument 演示格式)
(OpenDocument 标准格式)
(OpenDocument 电子表格模板)
(OpenDocument 电子表格)
(OpenDocument 标准格式)
(OpenDocument 文本文件格式)