Results 1 to 2 of 2

Thread: create pdf file

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2006
    Posts
    176

    create pdf file

    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.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: create pdf file

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width