+ Reply to Thread
Results 1 to 3 of 3

Thread: create pdf file

  1. #1
    DelSaj is offline VB.NET Forum Newbie DelSaj is on a distinguished programming path ahead
    .NET Framework
    .NET 3.5
    Join Date
    Dec 2009
    Posts
    2
    Reputation
    0

    Default create pdf file

    I want to create a PDF file in vb.net. I have datagridview in my form, from that I need to create a PDF file. I did not like to use any external dll , is it possible to create a PDF file using micosoft API and or .net SDK.

    Thanks in advance

    Regards
    Delsaj

  2. #2
    jmcilhinney's Avatar
    jmcilhinney is offline VB.NET Forum Moderator jmcilhinney has a reputation beyond repute jmcilhinney has a reputation beyond repute jmcilhinney has a reputation beyond repute jmcilhinney has a reputation beyond repute jmcilhinney has a reputation beyond repute jmcilhinney has a reputation beyond repute jmcilhinney has a reputation beyond repute jmcilhinney has a reputation beyond repute jmcilhinney has a reputation beyond repute jmcilhinney has a reputation beyond repute jmcilhinney has a reputation beyond repute
    .NET Framework
    .NET 3.5 (VS 2008)
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Age
    41
    Posts
    6,907
    Reputation
    670

    Default

    There is no support for PDF files in the .NET Framework or in Windows. Given that Microsoft wants to push their PDF competitor, i.e. XPS, there isn't likely to ever be such support. I think that there might be XPS support in WPF, but don't quote me on that. If you want to create a PDF then you have to either build the entire thing yourself from scratch, which is not going to happen, or else use a third-party component. I'd suggest considering iTextSharp, which is free.

  3. #3
    DelSaj is offline VB.NET Forum Newbie DelSaj is on a distinguished programming path ahead
    .NET Framework
    .NET 3.5
    Join Date
    Dec 2009
    Posts
    2
    Reputation
    0

    Default

    Thank you for your suggestion. I have done the same using a crystal report.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Tags for this Thread

Bookmarks

Posting Permissions

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