问题标签 [electronic-signature]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - Docusign:在没有 templateID 的情况下获取嵌入式收件人视图
我有一个场景,我需要用户访问网站上传文档,而另一个用户必须签署此文档。
到目前为止我所做的:
Step1:通过邮箱、密码和Integratorkey登录
我收到了有效的回复,包括有效的 accountID。
Step2:现在我正在通过这个api上传一个文档
作为回应,我得到了一个有效的 EnvelopeID(当然!!)
第 3 步:现在我希望另一个用户(如上面提供的收件人电子邮件/姓名)在我的网站上的嵌入视图中签署此文档, 为此我正在使用此 API http://iodocs.docusign.com/APIWalkthrough/embeddedSigning#js 但这需要上面使用的 API 未返回给我们的 templateId 和角色。这需要手动上传模板并获取模板ID,这在我的场景中是不可能的,因为我希望一切都是自动的。
谁能指导我如何进行嵌入式签名。
文档签名API
azure - 在云托管环境 .NET 中使用 API 进行 PDF 签名 - 带有 CA 证书的 Azure
有没有人实施过这个?
我看过的解决方案都需要一个硬件令牌,这显然在云托管时不起作用。
我真的不想为 SaaS 支付签名费用,因为每份文件的成本会令人望而却步。
有什么想法吗?
java - 小程序 pcks11 安全错误
我想用数字签名实现小程序。但是,访问 USB 令牌时出现错误。我认为由于 Java 的安全性而导致错误的原因是阻止访问。
错误日志:
我需要做什么才能解决问题?
java - 使用远程小程序设备进行 XML 签名
所有文件都存储在云系统中。文件的平均大小为 200MB。文件的大小非常大。还有客户端的 Usb 令牌。我不想将整个文件从服务器传输到客户端。我只想在客户端签署文件的哈希。如何使用 xades4j 库做到这一点?
authentication - 这些都是合法的 DocuSign 身份验证方法吗?
我正在创建一个 SOAP 接口,用于将签名请求上传到 DocuSign。我需要这个接口来准备请求 DocuSign 支持的任何身份验证方法。SOAP API 引用了几种不同类型的身份验证,例如在用户配置文件 AuthenticationHistory 和 AuthenticationStatus 中。对于大多数人来说,如何通过设置 Recipient 字段来请求这些身份验证类型是很清楚的。但是对于其中一些,我看不到在收件人中设置任何内容,并且在文档或互联网上的任何地方都没有讨论关于设置什么来请求这些身份验证方法,即:
- 年龄验证
- OFAC
- 斯坦
我如何告诉 DocuSign 我希望签名者通过这些方法之一进行身份验证?
php - PHP创建的PDF中的用户签名
我对电子签名有疑问。
我必须创建一些可以由用户签名并由 certeurope 认证的 PDF。
但我不知道如何创建它。
我是否必须从 php 创建一个 pdf 流?然后创建一个签名输入,然后用 certeurope 验证它,然后创建最终的 PDF?
我不需要代码,只是一些解释。
十分感谢 !
ios - ios7电子邮件签名下划线地址
我为一位客户创建了一个签名,他回复我说他们的办公室地址在 iPhone 5 上显示为带下划线和蓝色。地址是一个简单的段落 - 没有锚等。有没有办法重新执行是显示为标准文本?
python - Radio buttons with HelloSign API
I'm trying to add a radio button to a template that I am sending through HelloSign's API to be eSigned. I can't for the life of me figure out how to do it. There documentation mentions checkboxes but not radio buttons. Is there a POST parameter I need to set to turn a checkbox into a radio button? Or am I missing something else?
I feel like I've signed a document before on HelloSign where I used a radio button, but maybe I'm mistaken.
I am using Python, if that matters.
api - HelloSign API - getting "This SignatureRequest will be placed on hold until the user confirms their email address"
"When using the HelloSign API I'm getting ""This SignatureRequest will be placed on hold until the user confirms their email address"" when I send a signature request as part of the response:
""warnings"":[{""warning_msg"":""This SignatureRequest will be placed on hold until the user confirms their email address."",""warning_name"":""unconfirmed""}
What does this mean and how do I fix it?
My request looks like this:
curl -u ""[my api key]:"" 'https://api.hellosign.com/v3/signature_request/send' -F ""file[0]=@doc.pdf"" -F 'title=One Signer' -F 'message=Please sign this document.' -F 'signers[1][email_address]=person@example.com' -F 'signers[1][name]=John Doe' -F 'test_mode=1'"
ipad - 在 IPAD 中添加手写签名
在我的应用程序中,我需要将手写签名保存为 jpg 等格式。
我的问题是当我使用 IPAD 并单击文件浏览器打开的“添加文件”链接以选择文件时。
我想要发生的是,当我单击“添加链接”时,应该会打开一个空白区域,我可以在其中用手指写下我的签名。
有谁知道这是否可能以及我该怎么做?