在线向 PDF 文档添加用户签名的最佳方法是什么?
我需要在线将用户签名(例如信用卡上的签名)添加到 PDF 文档中。我该怎么做呢?此类任务的最佳实践是什么?
I need to add a user's signature (like your signature on a credit card, for example) to a PDF document online. How can I do it? What is the best practice for this kind of tasks?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 iTextSharp 来执行此操作。像这样的东西会对你有用:
You can use iTextSharp to do it. Something like this will work for you:
您需要使用 JavaScript 来实现一些操作。您可以为此使用一些 JQuery 插件。这是一个例子;
http://motyar.blogspot.com/2010/01/draw-with -jquery.html
对于pdf部分,您可以使用一些pdf转换器工具,例如ITextSharp
You need to implement some action with JavaScript. You can use some JQuery pluging for that. Here is an example;
http://motyar.blogspot.com/2010/01/draw-with-jquery.html
For the pdf part, you can use some pdf converter tool Like ITextSharp