I think I'm on SDK v1.1 (does that sound right?)
For those of you who have just joined us, my earlier post on this .pdf form issue is here:
http://www.experts-exchang
Main Topics
Browse All TopicsI am writing a WinForms app in VB.Net.
I have a pdf form saved: C:\My Documents\SAMPLEFORM.pdf
SAMPLEFORM.pdf has a template (TEMPLATE1) which contains a field (EMPLOYERNAME).
In my application, the user can click a button, which does the following:
1. Opens up Adobe Acrobat (I have full version - 5)
2. Opens up SAMPLEFORM.pdf
3. Inserts "ABC Ltd" into the EMPLOYERNAME field.
4. Saves the document somewhere else.
What I really need is 1-3 above. I have messed around with various snippets of code but still no joy, so please provide sample code in full.
Thanks in advance.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I think I'm on SDK v1.1 (does that sound right?)
For those of you who have just joined us, my earlier post on this .pdf form issue is here:
http://www.experts-exchang
Thanks.
Planocz, thanks for your efforts - even though I didn't solve the problem this way, points to you.
For anyone interested, I used a third party component from www.aspose.com. It's not free but makes the whole form-filling exercise almost effortless! And their support is exceptional.
Business Accounts
Answer for Membership
by: planoczPosted on 2005-05-09 at 06:02:44ID: 13959068
Hi Sigh_Man,
I forgot to you ask you if you had the SDK ver 5 which has the FDF drivers to
move data around in a template.
For code like this from the last question posted.
FdfAcX = New FDFACXLib.FdfApp
FdfDoc = FdfAcX.FDFCreate
W9_Page1()