如何在PDF格式转换和打印multible aspx表单? [英] How to convert and print multible aspx forms on a pdf?

查看:76
本文介绍了如何在PDF格式转换和打印multible aspx表单?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有两个网页表单或两个aspx页面。 Aspx第1页用户输入数据并单击提交按钮,然后用户被重定向到Aspx第2页,用户最多可以提交表单五次。如果用户必须三次提交Aspx页面,他们将如何将他们提交的所有表单打印成带有签名页面的PDF以供他们签名和发送?可以这样做吗?

I have two web forms or two aspx pages. Aspx page 1 a user enters data and clicks on submit button then the user is redirected to Aspx page 2 where the user can submit the form up to five times. If the user has to submit Aspx page three times, How will they be able to print all of the forms that they submitted into a PDF with a signature page for them to sign and send in? Can this be done?

推荐答案

要生成PDF,请使用iText或其.NET端口,iTextSharp:

http://en.wikipedia.org/wiki/IText [ ^ ],

http:// itextpdf。 com / [ ^ ],

http://sourceforge.net/projects/itextsharp/ [ ^ ]。



包括对Java iText网站的引用,因为大多数文档就在那里。如果您了解C#,那么理解基于Java的API文档并不困难。



尝试从UI群体中使用的原始数据生成文档,而不是表单。



-SA
To generate PDF, use iText, or its .NET port, iTextSharp:
http://en.wikipedia.org/wiki/IText[^],
http://itextpdf.com/[^],
http://sourceforge.net/projects/itextsharp/[^].

In included the reference to Java iText site as well, because most documentation is there. If you understand C#, it would not be difficult to understand Java-bases API documentation.

Try to generate document from original data used in population of UI, not forms.

—SA


这篇关于如何在PDF格式转换和打印multible aspx表单?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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