PDF document that has Text Entry fields

A

an01digital

I have a PDF document that has Text Entry fields. Does any know a way
where I can update the Text Entry fields with text from Excel cell
references?

I would be guessing to say that I would have to access the Adobe
references to get the library etc. But does anyone have an idea of
what to do next or any examples? Thanks.
 
J

joel

There may be an easier way. If you can create shortcut keys t
refernce the boxes then you may be able to use a SendKey command t
enter the text.


If you look at any window application yo uwill see an underline on som
of the menu items which indicates that yo ucan access the menu by typin
Alt and the character. I use this often in Office documents for savin
files. I type Alt-F (for file menu) and ALT-S for save. When I'
typing on the key board it takes time to reach for the mouse to perfor
a save.

If you can get the focus (the mouse pointer) to select the text bo
then you can fill the box using the Sendkey method. Sometimes just sen
the tab character using the SendKey wil move the focus from one objec
to another object.
 
Top