简体   繁体   English

Asp.net webform到pdf

[英]Asp.net webform to pdf

I have a simple asp.net registration form where users fill out the information to register. 我有一个简单的asp.net注册表,用户填写注册信息。 I have it captured in an oracle database. 我把它捕获在oracle数据库中。

Is there a way i can generate a pdf from the data in the database and show it like a actual pdf form? 有没有办法可以从数据库中的数据生成pdf并将其显示为实际的pdf表单?

I looked at itextsharp and it has some licensing restrictions. 我查看了itextsharp,它有一些许可限制。 What are some of the other free solutions that stackoverflow users has used that will help my problem? stackoverflow用户使用哪些其他免费解决方案可以帮助解决我的问题?

Thanks 谢谢

itextsharp is free to use for non-commercial development, but if you use for commercial development then you either need to obtain a license or make your code available under the GPL license. itextsharp可以自由地用于非商业开发,但如果您用于商业开发,那么您需要获得许可证或根据GPL许可证提供代码。

Here are some alternatives to itextsharp: 以下是itextsharp的一些替代方法:

  • PDFSharp is a free option, however its latest release is from 2009. PDFSharp是一个免费选项,但其最新版本是从2009年开始。

  • There is an open-source version of PDFjet . 有一个PDFjet的开源版本。

  • PDF Clown PDF小丑

You can get the form with contents as PDF, by using the service pdfmyform.com - this is a commercial service that lets you convert the whole webpage including form contents in one go to a PDF, without any development. 您可以使用服务pdfmyform.com获取包含PDF格式内容的表单 - 这是一项商业服务,可让您将包含表单内容的整个网页一次转换为PDF,无需任何开发。 There's a free plan for limited use. 有一个限制使用的免费计划。

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

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