The text of this article is not in this database — only its details are. Read it on the old site: Programmatically Complete PDF Form Fields using VB and the iTextSharp DLL
8 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

Andrei PislariuPosted Aug 19, 2011, 11:06 AM
Hi. Your post is very helpful. I want to ask you, how can I do it to have the pdf updated in real time? I want to show it near to some textboxes. When the user is completing the textboxes, he should see how the fields are fill.
Yu Sung ChangPosted Sep 5, 2010, 10:13 AM
<!--StartFragment--> I just copied the source code in opend new project in VB2005 I got the following error message. what is wrong in my practice? The Error Message is Value of type 'System.Collections.Generic.KeyValuePair(Of String, iTextSharp.text.pdf.AcroFields.Item)' cannot be converted to 'System.Collections.DictionaryEntry'
charlesPosted Dec 4, 2009, 7:49 PM
How would one complete a set of PDF forms from one set of data aquired from a client
Tarang PandyaPosted Jan 12, 2009, 4:50 PM
Hi, can u help me out? i have list of pdfs having writable fields in them. Now i have to write those fields in each pdfs and need to merge all the pdfs in to one as well let the final pdf to be writable. i tried using pdfstamper , but the contents are overlapping each one. do u have any other idea? Thanks Tarang Pandya
cor froPosted Sep 25, 2007, 2:48 PM
I have a web form that a user fills out and is supposed to create a pdf from that info. I first used itextsharp to create the pdf from scratch and got that to work, but then came across this method. For some reason the pdf does not get created with this method though. Any insight as to why it is not being created?
IanPosted Aug 21, 2007, 6:15 AM
Great article. One problem - When trying to complete a government generated PDF form I get the following error : PdfReader not opened with owner password. when trying to create the new PdfStamper. I do not have access to this password. Is there any way around this ?