Return to site

Adobe acrobat dynamic paid stamp

broken image
broken image

You will be interested in the annotations with a type of 'stamp'.ĭynamic stamps are quite complex and I have had to read the documentation and article several times to understand the subtleties of the dynamic stamp annotation and I am sure there is still more I can learn. Note this code updates the list or array of available annotations to include and newly added annotations before the running of the code. A dynamic stamp can be regarded as a timestamp as it contains the time you add the stamp. If users need to add a timestamp or Bates number stamp, PDFelement covers your needs. This.syncAnnotScan() // update for annotaions array Īnnots = this.getAnnots() // get updated array of annotations Ĭonsole.println('Number of annotations: ' + annots.length) // number of annotations Ĭonsole.println(i + ' type: ' + annots. Step 2: Load up a PDF to the workplace, then navigate to Comment > Stamp to add Standard Business, Sign Here, Dynamic, or Digital Stamp. The following script can be run from the JavaScript console and will list all the annotations of any type along with the internal name of the annotation: If there is only one annotation in the PDF you could just list all the annotations' names and since there is only one annotation the name will be the stamp's name. There are also other scripts you could use to get the stamp's name.

broken image

Did you have the annotation selected or highlighted before running the code?

broken image