Skip to main content
Participant
April 27, 2016
Question

Creating a editable custom dynamic stamp

  • April 27, 2016
  • 2 replies
  • 1129 views

Hi , I am using acrobat 11.0. I have created a dynamic stamp. But I want to insert a editable field in that stamp. Everytime i use that stamp, I want to enter a different number everytime. What is the language that i can use to do this programming. I have also tried programming mentioned on link https://acrobatusers.com/tutorials/custom_dynamic_stamp as well, but its not working for me. Kindly help

This topic has been closed for replies.

2 replies

Karl Heinz  Kremer
Community Expert
Community Expert
April 27, 2016

The language you would be using is JavaScript. To request one response from a user, you don't even have to deal with the pretty complex dialog object, you can just use the app.response() method: Acrobat DC SDK Documentation

Inspiring
April 27, 2016