Programmatically search and edit strings in PDF forms
Being an experienced .Net programmer but Acrobat-scripting newbie, I have no idea if what I want to do is difficult or even possible. Here's the big picture:
Using Acrobat scripting or VB.Net as a carrier code, I want my app to search through PDF files (static forms and labels with variable data) within a folder for a given literal string and copy only those files to another folder.
I then want a second app to search those copied files for a different literal string (form label) and replace its corresponding data with another literal string.
Possible? How?
