在线或使用 Android 应用程序对 PPT 文件进行数字签名
开发强大的基于android的PPT文档签名应用程序。通过应用程序在线自由地将数字签名添加到各种文档(包括 PPT 文件)中并即时下载。
在线为 PPT 文件添加数字签名
- 上传 PPT 文件进行数字签名
- 添加签名文字或上传签名图像
- 点击“签名”按钮
- 下载签名的PPT文件
通过Android应用程序对PPT文件进行数字签名
- 将 Java 库引用添加到您的项目中
- 创建 Presentation 类对象
- 使用 PFX 文件和密码作为参数创建 DigitalSignature 对象
- 评论新的数字签名
- 使用 getDigitalSignatures().add(signatureObj) 添加数字签名
- 保存 PPT 文件
Java 代码:在 PPT 文件中添加数字签名
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Presentation pres = new Presentation(); | |
DigitalSignature signature = new DigitalSignature("signature1.pfx", "pass1"); | |
signature.setComments("Powerpoint slides digital signing test."); | |
pres.getDigitalSignatures().add(signature); | |
pres.save("signed-presentation.pptx", SaveFormat.Pptx); |
使用 Android 开发电子签名应用程序
需要开发 Android 脚本或实用程序应用程序来轻松地以电子方式签署多个 PPT 文件吗?借助
Aspose.Slides for Android via Java
(
Aspose.Total for Android via Java
的子 API),任何 Android 开发人员都可以集成上述 API 代码来编写用于跨文档签名的电子签名应用程序。强大的 Android 文档签名库,支持包括 PPT 格式在内的多种流行格式。