![]() |
Click here to advertise with us
|
|
|||||||
| .NET Framework In depth discussion of the .NET Framework |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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 |
|
||||
|
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.
__________________
![]() 2007, 2008, 2009, 2010 Why is my data not saved to my database? | Communicating between multiple forms MSDN: Data Walkthroughs | "How Do I?" Videos My Blog: Custom Events | Dynamic GDI+ Drawing |
![]() |
| Bookmarks |
| Tags |
| pdf, vb.net |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|