Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

From HTML form to PDF

Tags:

html

forms

pdf

Is there an easy way to have an HTML form on a webpage that, when the user submits, puts the data into a PDF file and sends it to the receiver?

The webpage is running on .net.

Thanks

like image 208
Daniel Avatar asked Apr 10 '11 17:04

Daniel


Video Answer


2 Answers

Umbraco has a good PDF generator package called "XSL to PDF".

It wil allow you to generate a PDF file from Umbraco just by defining a PDF template.

Using this you should be able to achieve what you are looking for.

like image 85
Tim Avatar answered Oct 14 '22 01:10

Tim


If you have C# use one of this libraries : http://csharp-source.net/open-source/pdf-libraries

(I don't use dot net, so I can't really recommend any, sorry)

like image 40
fingerman Avatar answered Oct 14 '22 01:10

fingerman