如何在最后使用签名页面将aspx页面转换为PDF [英] How to convert a aspx page to PDF with a signature page at the end

查看:67
本文介绍了如何在最后使用签名页面将aspx页面转换为PDF的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个表单,我想将其转换为PDF,供用户在表单上提交数据后进行打印。可以这样做吗?怎么做?现在我只需要一个带打印按钮的打印代码。请帮助!!



I have a form that I would like to convert into a PDF for the user to print after they have submitted the data on the form. Can this be done? How would it be done? Right now I just have a print code in place with a print button. Please help!!

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

推荐答案

检查一下:

http://www.dotnetfunda.com/articles/show/2326/converting-web-page-to- pdf-using-itextsharp [ ^ ]


使用itextSharp将.aspx页面转换为PDF。最后使用签名。
Use itextSharp to convert .aspx page to PDF. And at last use signature.


这篇关于如何在最后使用签名页面将aspx页面转换为PDF的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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