GroupDocs.Signature for Java 是用于数字文档电子签名的流行 API。可以使用文本、图像、数字证书、条形码、二维码、印章或元数据等签名。签名可以放在 PDF、MS Word 文档、MS Excel 工作簿、MS PowerPoint 演示文稿、Adobe Photoshop 文件和各种图像格式上。客户可以签署他们的文件并更新、搜索、验证、删除或预览放在这些文件上的电子签名。此外,还提供了许多签名定制的能力。
GroupDocs.Signature for Java 提供使用 Text 签名快速轻松地签署 Docx 文档的能力。
所有主要平台和操作系统都支持 GroupDocs.Signature for Java。在执行以下代码之前,请确保您的系统上安装了以下先决条件。
// Set up input Docx file
String filePath = "input.docx";
// Set up output file
String outputFilePath = "output.docx";
// Instantiate Signature for input file
Signature signature = new Signature(filePath);
//Provide sign options
TextSignOptions options = new TextSignOptions("John Smith");
// set signature position
options.setLeft(50);
options.setTop(200);
// sign Docx document
SignResult result = signature.sign(outputFilePath, options);
访问 GroupDocs.Signature App 网站,立即使用各种签名为 Docx 文件签名。免费在线演示等着你。
无需下载 API
无需编写任何代码
只需上传源文件
获取下载链接以保存文件
“您还可以使用其他签名类型对 Docx 进行签名。请参阅下面的列表。”
(Portable Document Format)
(Microsoft Word Binary Format)
(Microsoft Word 2007 Marco File)
(Microsoft Word Template Files)
(Microsoft Word 2007+ Template File)
(Microsoft Word Template File )
(OpenDocument Text File Format)
(OpenDocument Standard Format)
(Rich Text Format)
(Microsoft Excel Spreadsheet (Legacy))
(Open XML Workbook)
(Macro-enabled Spreadsheet)
(Excel Binary Workbook)
(Comma Seperated Values)
(OpenDocument Spreadsheet)
(OpenDocument Spreadsheet Template)
(Excel Template)
(Excel Macro-Enabled Template)
(Microsoft PowerPoint 97-2003)
(Open XML presentation Format)
(PowerPoint Slide Show)
(PowerPoint Slide Show)
(OpenDocument Presentation Format)
(OpenDocument Standard Format)
(Microsoft PowerPoint Template Presentation)
(Microsoft PowerPoint Template File)
(Macro-enabled Presentation File)
(Macro-enabled Slide Show)
(Portable Network Graphic)
(Joint Photographic Expert Group Image)
(Bitmap Image File)
(Graphical Interchange Format)
(Tagged Image File Format)
(Scalar Vector Graphics)
(Raster Web Image Format)
(Windows Metafile)