问题标签 [e-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.

0 投票
1 回答
263 浏览

certificate - How do e-Signature companies create valid digital signatures

For fun, I recently build a e-signature web app to allow users to add a handwritten signature to PDF (IE signing a TOS agreement).

It only took a couple minutes of research to realize my method of just added a written signature image to a PDF probably wouldn't hold up very well in a legal dispute.

A cryptographic digital signature is needed to verify the identity of the signee as well as ensure the document has not been altered since signing.

It got me wondering how companies like Docusign can provide digital signatures without having a certificate from the signee.

I found this marketing heavy explanation where it says that they are considered a trusted CA themselves.

Does this mean Docusign is issuing certificate to the users who are signing for them to sign with?

Even that you just need a link to a document envelope to sign (in most cases), this doesn't seem very meaningful.

UPDATE

Looks like you can "verify" signatures using acrobat reader to see the details. I opened up a PDF that I recently signed on Docusign and it appears that docusign is the signing identity?

enter image description here

Maybe I'm confusing "adding an e-signature" with "digitally signing", but shouldn't I be the Signed By __ identify?

0 投票
1 回答
445 浏览

salesforce - Salesforce x Docusign:无法激活 - [USER_AUTHENTICATION_FAILED] 用户名和密码中的一个或两个无效

我将 Esignature Salesforce 与 Docusign 一起使用,当我尝试通过 Salesforce 将新用户添加到 Docusign 时,我收到以下错误:

无法激活 - [USER_AUTHENTICATION_FAILED] 用户名和密码中的一个或两个无效。此错误仅发生在某些用户身上。我在 Slaesforce 和 Docusign 日志中看到,日志上没有出现错误。有人知道发生了什么吗?

0 投票
1 回答
36 浏览

php - 我可以使用 GroupDocs 向 CRM 添加电子签名功能吗

我正在研究向 CRM SaaS 添加电子签名功能的可能性。

我在理解这个过程以及如何使用 GroupDocs 来完成这个过程中遇到了一些困难。

目标是让用户在 CRM 中上传 PDF,然后通过电子邮件将其发送给客户进行签名。该电子邮件将包含指向带有签名板的页面的链接,以从签名者那里收集签名图像。

有人可以概述一下如何使用 GroupDocs 来完成此任务吗?

0 投票
1 回答
72 浏览

javascript - 电子签名功能不返回任何内容

你好。我无法理解为什么我的函数没有返回任何错误给我,而不是我调用 ncalayer 并检查密码,并且在我在我的 ncalayer 上放上符号按钮之后,我没有任何动作

0 投票
2 回答
141 浏览

docusignapi - 什么会导致 Docusign Payments 消息“付款设置失败”?

我正在尝试使用 Java eSignature REST API 使用 Stripe 设置付款。

网上有很多不同的例子,我已经尝试了其中的几个。我可以让“立即付款”按钮出现在已发送的文档上,但每次单击它都会弹出一个错误框:“付款设置失败”。

如果相关的话,我还将将该字段放在复合模板中的锚文本处。

我应该查看设置的哪个区域来确定“设置”失败的原因?

我正在使用https://developers.docusign.com/esign-rest-api/code-examples/code-example-payments所示的使用“跳过此帐户表单”创建的测试 Stripe 帐户

0 投票
1 回答
49 浏览

docusignapi - 通过电子邮件工作流程请求签名

我是一名 BA,试图了解 DocuSign 的电子签名功能(特别是通过电子邮件请求签名,也就是远程签名),因为我的公司即将整合。我真的很难理解端到端的工作流程。是否有人能够 A)用外行的术语阐明这一点和/或 B)向我指出比本文档更好地解释这一点的文档?在没有假设的情况下逐步分解会非常有帮助。

我对“签名链接”的工作方式特别模糊;何时/如何生成并与接收者共享以及他们如何与之交互。

谢谢。

0 投票
1 回答
210 浏览

c# - 未经同意提示/许可的 Docusign 身份验证对电子邮件传递应用程序的每个用户进行

我正在尝试使用email deliveryfor实现文档签名web application。但我不希望每个用户都看到来自docusign. 简单地说,用户应该能够单击发送文档esignaturedocusign并且应该在不离开应用程序的情况下得到响应。

我怎样才能做到这一点?

0 投票
1 回答
76 浏览

ruby-on-rails - 如何根据给定的宽度将docusign中文本选项卡的大小设置为固定

这样,文本字段字段将按键入的字符自动扩展。

0 投票
1 回答
314 浏览

python - 如何使用python docusign API从docusign获取所有签名文档

我的问题是我们可以下载所有签名的文件吗?这些是我到目前为止尝试过的东西,第一个下载未签名的文档,第二个只显示来自 form_data 端点的响应

请帮助需要

0 投票
1 回答
20 浏览

docusignapi - 从模板创建信封时如何应用模板 setAnchorXOffset?

我使用了 docusign-design-java-2.15.0 SDK。

我制作了一个模板并使用了 SETANCHOR API。当我使用模板制作信封时,未应用 setAnchorXOffset 或 setAnchorYOffset。

创建模板代码

锚函数

创建信封代码