GroupDocs.Signature for Java 是一个成熟的 API,用于为文档创建和生成二维码签名。用户可以生成二维码签名,提供文本下载或作为图像在社交媒体上分享。可以使用 API 或简单地通过移动相机扫描签名的文档!通过添加二维码签名以电子方式签署您的商业合同和官方文件并对其进行操作。任何二维码签名都将包含唯一的自定义信息,以识别签名者或授权文档。此外,二维码内容可以通过个人密钥以编程方式进行加密和解密。这开启了许多在公共文档中共享敏感数据的能力。签名后,用户可以更新、验证、删除、预览或搜索 PDF、MS Word 文档、MS Excel 工作簿、MS PowerPoint 演示文稿、Adobe Photoshop 文件和各种图像格式中的二维码。 QR码可以额外定制。
GroupDocs.Signature for Java 提供使用 Qrcode 签名快速轻松地签署 Xlsm 文档的能力。
所有主要平台和操作系统都支持 GroupDocs.Signature for Java。在执行以下代码之前,请确保您的系统上安装了以下先决条件。
// Set up input Xlsm file
String filePath = "input.xlsm";
// Set up output file
String outputFilePath = "output.xlsm";
// Instantiate Signature for input file
Signature signature = new Signature(filePath);
// create barcode option with predefined barcode text
BarcodeSignOptions options = new BarcodeSignOptions("John Smith");
// setup Barcode encoding type
options.setEncodeType(QrCodeTypes.QR);
// set signature position
options.setLeft(50);
options.setTop(50);
options.setWidth(200);
options.setHeight(50);
// sign Xlsm document
SignResult result = signature.sign(outputFilePath, options);
访问 GroupDocs.Signature App 网站,立即使用各种签名为 Xlsm 文件签名。免费在线演示等着你。
无需下载 API
无需编写任何代码
只需上传源文件
获取下载链接以保存文件
QR Code(简称 Quick Response Code)是一种矩阵条码(或二维条码)的商标。它是最流行和使用最广泛的二维码类型。在实践中,二维码通常包含指向网站或应用程序的定位器、标识符或跟踪器的数据。
所有 256 个 ASCII 字符 + 汉字
最多 7089 个数字字符、4296 个字母数字字符、2953 个字节(二进制数据)或 1817 个汉字字符。
“您还可以使用其他签名类型对 Xlsm 进行签名。请参阅下面的列表。”
(Portable Document Format)
(Microsoft Word Binary Format)
(Office 2007+ Word Document)
(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)
(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)