Copy link to clipboard
Copied
Hi, I am trying to develop an incremental dynamic stamp for Adobe Acrobat. I have seen codes of different people from the internet and tried to modify them but they mostly work on the same document. When I stamp, on the next document, they again ask for a starting number and it is of no use for me. Is there anyone who have developed the stamp or can help me understand the way I can do it by myself.
Copy link to clipboard
Copied
The trick to creating a stamp that presists its value across different documents, or even across Acrobat sessions, is in picking the storage location for the increment value. For example, use the global object accessed from a folder level script, or turn off global object security.
You can read all about how to make this work by buying the book or joining the site here:
https://www.pdfscripting.com/public/All_About_PDF_Stamps.cfm
There are also auto-increment stamps available for download at the site.