Hi All.
I would like to create pdf file in VB2005 and save user's data in sql table. How to solve that problem?
Thanks.
Printable View
Hi All.
I would like to create pdf file in VB2005 and save user's data in sql table. How to solve that problem?
Thanks.
I really don't see how creating a PDF and saving data to a database are one problem. Are you saying that you want to save the PDF file to a database?
There is no in-built support for PDF creation in the .NET Framework. You'll need a third-party component of which there are many. iTextSharp is free one.
As for saving data to a database, there are innumerable ADO.NET tutorials and examples available on the Web. If you have a more specific question then by all means ask it, but what you've provided is just a little too general I think. Any example provided is likely to be only partially applicable at best.