简体   繁体   English

使用DocuSignAPI的基于Web /移动的pdf签名

[英]web / mobile based pdf signature with DocuSignAPI

Working on a web and mobile application, for both of them I want the client be able to open a file for example a pdf on either web or mobile then sign the pdf. 在Web和移动应用程序上工作时,我都希望客户端能够在Web或移动设备上打开一个文件(例如pdf),然后对pdf签名。 I read taht DocuSignAPI has such thing available. 我读过DocuSignAPI有可用的东西。

I talked to the DocuSignAPI contacts and then told me to post on stackoverflow since the community is quite big since he/she cannot give me an answer. 我与DocuSignAPI联系人进行了交谈,然后告诉我在stackoverflow上发帖,因为社区很大,因为他/她无法给我答案。

I know that there is a sandbox available but before taking all the time to test it out. 我知道这里有一个沙箱,但是在花所有时间进行测试之前。 I want to know more, as I mentioned above would it work for web / mobile base to open the pdf at browser then DocuSignAPI is able to sign it then either save a copy locally then the user upload it again or something like that? 我想知道更多,正如我上面提到的,在Web /移动基础上在浏览器中打开pdf可以正常工作,然后DocuSignAPI可以对其进行签名,然后在本地保存副本,然后用户再次上传它或类似的东西?

I went through the loan sample app but each of them were asking to fill out a form first instead of user able to open a file then place a signature or something. 我浏览了贷款示例应用程序,但每个人都要求先填写表格,而不是要求用户打开文件然后放置签名等。

Thanks in advance for any helps. 在此先感谢您的帮助。

Yes, your use case is very standard for DocuSign API developers. 是的,对于DocuSign API开发人员,您的用例非常标准。 We call what you're describing "embedded signing." 我们称您所描述的为“嵌入式签名”。

See the code example launcher in your favorite language, listed below. 请参阅下面列出的使用您喜欢的语言的代码示例启动器。

After you download, configure it, and run it, look for example #1, "Embedded Signing." 下载,配置并运行后,查看示例1,“嵌入式签名”。 Try it from a mobile to see how it works. 在移动设备上尝试一下,看看它如何工作。

Then ask additional questions here if you run into any issues. 如果遇到任何问题,请在此处询问其他问题。

C# -- https://github.com/docusign/eg-03-csharp-auth-code-grant-core C# -https://github.com/docusign/eg-03-csharp-auth-code-grant-core

PHP – https://github.com/docusign/eg-03-php-auth-code-grant PHP – https://github.com/docusign/eg-03-php-auth-code-grant

Java – https://github.com/docusign/eg-03-java-auth-code-grant Java – https://github.com/docusign/eg-03-java-auth-code-grant

Node.js – https://github.com/docusign/eg-03-node-auth-code-grant Node.js – https://github.com/docusign/eg-03-node-auth-code-grant

Python – https://github.com/docusign/eg-03-python-auth-code-grant Python – https://github.com/docusign/eg-03-python-auth-code-grant

Ruby – https://github.com/docusign/eg-03-ruby-auth-code-grant Ruby – https://github.com/docusign/eg-03-ruby-auth-code-grant

Curl (direct API) – https://github.com/docusign/eg-03-curl 卷曲(直接API)– https://github.com/docusign/eg-03-curl

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM