Let's say I have a PDF document that everyone uses. When they open it up, I want it to automatically put their name in a field. I'm imagining some sort of parameter in their desktop shortcut being passed in and a field on the form that accepts this parameter.
Is there such a thing?
The reason I'm asking is because I need to auto-fill some editable PDF forms. I don't have a web server and everything I've found in my research points to using PHP, ASP, JavaScript, or some other web scripting. I have Oracle forms that could dynamically change the command that opens the PDF. So if it could accept data that way, then I'm thinking I could make it work.
See [url=http://www.acrobatusers.com/forums/aucbb/viewtopic.php?pid=30444]use windows login name in textfield[/url] for some example code.
George Kaiser