ASP.NET 2.0 BasicsIf you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Hi All,
I have one PDF with hidden controls in it like "txtName". This is the tamplate that is built in advance. I want to insert the data into that PDF from the front end (i.e VB.net or c# .net). Please help in this.
Thansk
Suresh
For creating a pdf file we have to use some tool.I don't think it is possible to make a pdf file through visual studio without using a third party tool.
you can do one thing...i am using a pdf converter(Primopdf) it converts every printable file into pdf...(Web Pages also).
so when the user post the form to the server after filling the details you have to convert it in the server.
if u want to convert the webform into pdf file in the client side itself,i am sure it is not possible,because pdf file can be created by adobe pdf printer or some other third party tools.
so any way u have to use some third party tooll...it may be adobe or primopdf..