Is there a way to create a report in .PDF format programatically? I would like to create a class that retrieves data from a DB then creates a PDF report and export that file to a hard drive. Thanks...sonny
I was looking for a similar concept because I will be working with some
quote files that need to be exported to pdf as well. A conversion utility
that I could call from my app would be ideal.
However, during my brief search, I came across a couple of pdf classes that
you can incorporate into your application and create your PDF files through
code.