Share via


fill pdf fields with vb.net

Question

Thursday, August 8, 2013 4:01 PM

I would like to fill in a PDF form using VB.Net WinForms code, not C#. I have Adobe Acrobat X. I can open the PDF but I'm sure how to fill in the fields. I have VS2012 Pro and the PDF is externally provided and can't be modified. Is that possible?

bdpb

All replies (1)

Friday, August 9, 2013 5:31 AM âś…Answered | 2 votes

Hey Guys,

I am not sure how to fill in the fields with Adobe Acrobat. There is a workaround. We can use IText to implement this function. We don't have to buy anything. The product IText provides all the libraries to interact with a PDF

Here is an article about this issue.

#Programmatically Complete PDF Form Fields using Visual Basic and the iTextSharp DLL

http://www.codeproject.com/Articles/23105/Programmatically-Complete-PDF-Form-Fields-using-Vi

Here is a related reference about this issue.

#How to View PDF and Get/Fill PDF Forms
http://social.msdn.microsoft.com/Forums/en-US/7716bc20-e15f-4025-9d39-4507c72cb138/how-to-view-pdf-and-getfill-pdf-forms

If I misunderstood, please feel free to let me know.

Best Regards,

Jimmy Yang
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.