如何在最后打印带有签名页面的表单? [英] How to print a form with a signature page at the end?

查看:250
本文介绍了如何在最后打印带有签名页面的表单?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个网页表单,我想在底部打印一个签名页面。当用户在文本框中输入数据然后单击提交按钮时,我想打印出提交的表单以及签名页面以供他们签名。现在,表格上没有签名页面。如何才能做到这一点?这是我刚用于打印表单的代码而不是带有它的签名页面。



I have a web form that I would like to print with a signature page at the bottom. When the user enters the data in the textbox then click on the submit button, I would like to print out the form being submitted with a signature page for them to sign. Right now that is no signature page on the form. How can this be done? Here is the code I have just for printing the form but not a signature page with it.

protected void ButtonPrint_Click(object sender, EventArgs e)
    {
      ButtonPrint.Attributes.Add("onclick", "window.print(); return false");
    }

推荐答案

尝试以PDF格式打印表单,并在PDF文档的底部添加签名图像。阅读这篇文章
Try to print the form in PDF Format and add the signature image at the bottom of the PDF Document. Read this Article.


这篇关于如何在最后打印带有签名页面的表单?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆