gpt4 book ai didi

ruby - 如何在 Ruby 中对 PDF 文档进行数字签名?

转载 作者:数据小太阳 更新时间:2023-10-29 07:27:31 24 4
gpt4 key购买 nike

是否有本地库可以对 PDF 文档进行数字签名?

最佳答案

包裹here似乎提供了使用 Ruby 签署 PDF 的扩展。它不是免费的,但看起来它提供了一个原生的 ruby​​ 界面。

以下是在 ruby​​ 中使用 if 的方法(安装后):

require 'mypdfsigner'
include MyPDFSigner

inputPath = "/tmp/input.pdf"
outputPath = "/tmp/output.pdf"
location = "Chicago"
reason = "Demo"
contactInfo = "+1 555-555-5555"
certify = false # not supported yet
visible = true
title = "Signing with MyPDFSigner"
author = "KryptoKoder"
subject = "Ruby Extension"
keywords = "PKCS#12, MyPDFSigner, PDF"
confFile = "" # defaults to /usr/local/mypdfsigner/mypdfsigner.conf if empty
timestamp = true

puts mypdfsigner_sign(inputPath, outputPath, location, reason, contactInfo, certify, visible, title, author, subject, keywords, confFile, timestamp)

还有一个命令行界面,因此您可以根据需要编写脚本,还有一个桌面应用程序。

关于ruby - 如何在 Ruby 中对 PDF 文档进行数字签名?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7918711/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com