using pdf's in .NET
-
How can we populate fields in a pdf file in our VB.net web application and display them in the browser? (I am new to .NET and web development)
There is no direct way to do it. You have to use some third party libraries available in the net freely.
Pradipta Basu
-
How can we populate fields in a pdf file in our VB.net web application and display them in the browser? (I am new to .NET and web development)
You can use any of the Pdf libraries to generate a new PDF document with the values. Check out http://lavanyadeepak.blogspot.com/2006/12/quicker-pdf-generation-in-net.html[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
You can use any of the Pdf libraries to generate a new PDF document with the values. Check out http://lavanyadeepak.blogspot.com/2006/12/quicker-pdf-generation-in-net.html[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
There is no direct way to do it. You have to use some third party libraries available in the net freely.
Pradipta Basu
-
Thank you. Do you know of any specific sites where I could find these libraries? Or, can you suggest a good phrase to put in my search to find that information?
Can you check the following http://itextsharp.sourceforge.net/[^] iTextSharp, Open source Free http://sourceforge.net/projects/npdf/[^] NPDF, Open source http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=5588085e-3d0b-4db8-8a88-603ef212d0db[^] PDF creator http://report.sourceforge.net/[^] Report.NET I had tried itextsharp in one of my project, it seems to be good for me.
Pradipta Basu