我正在尝试使用 origami gem 制作带有签名的 PDF 文件,请按照此示例https://github.com/gdelugre/origami/blob/master/examples/signature/signature.rb
现在我只是运行这个 signature.rb 并得到了错误
[error] Breaking on: ">>\nendobj\n..." at offset 0x1f6f3
[error] Last exception: [Origami::InvalidObjectError] Failed to parse object (no:43,gen:0) -> [ArgumentError] wrong number of arguments (given 1, expected 0; required keyword: year)
我不知道继续前进:'<
我还在https://github.com/gdelugre/origami/blob/master/lib/origami/signature.rb找到了 gem 的 sign 方法,看看,我找不到任何具体的事情要做: '<
这个例子可能已经过时了吗?