I need to create pdf reports from a site developed in ASP and using Access databases. I prefer not to get into any of the expensive commercial report generators such as Crystal. I did find Fpdf (Free PDF, www.fpdf.org) which looks like it would do the job but is designed for PHP. There is a ASP version which I think was created and documented in Italy (makes it hard to read). Has anyone had experience with either of these products or any other products of this nature? I may need some help getting started.
iTextSharp library is the most used one in ASP.NET for outputting PDF files. It's an open source library so it shouldn't raise your software development costs. Google it.