New section! Programming and design tips.
I will start a new section, for those who might be interested in programming or web design tips.
How to create create a PDF document on the fly from a .net web application?
Truth to tell i don't have an answer, that would not involve a third party software. For example, I use Microsoft SQL Reporting Services to do just that. All you have to do is to pass the data that you need to a report and generate away. I've done it now several times, and works like a charm, if you have a decent SQL server.
Enjoy.
How to create create a PDF document on the fly from a .net web application?
Truth to tell i don't have an answer, that would not involve a third party software. For example, I use Microsoft SQL Reporting Services to do just that. All you have to do is to pass the data that you need to a report and generate away. I've done it now several times, and works like a charm, if you have a decent SQL server.
Enjoy.

Comments