Skip to main content
ChristianBahnsen
Inspiring
October 31, 2016
Answered

acrobat xi -- how can I add a text box to the toolbar and use its contents as part of a dynamic stamp?

  • October 31, 2016
  • 1 reply
  • 843 views

I'm working on a project to process incoming PDFs.  I've created a dynamic stamp but the users need to be able to include another value in the stamp that's not an Identity property.  I'd like to add a text box to the Acrobat Toolbar area and be able to reference its content in the stamp.

So:

1) How can I add a text box to the toolbar area?

2) How can I reference the text box's content from the stamp's javascript?

Thanks,

Christian Bahnsen

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer try67

You can't do that. What you can do, though, is add a text field to your stamp itself, and then use a script to prompt the user to enter the value of that box when they apply the stamp. The text will then become a part of the static contents of the stamp.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
October 31, 2016

You can't do that. What you can do, though, is add a text field to your stamp itself, and then use a script to prompt the user to enter the value of that box when they apply the stamp. The text will then become a part of the static contents of the stamp.