My Incremental Dynamic Stamp would lose the trace if I use Ctrl + Z or delete a previous stamp.
I am using a JavaScript Code in order to have a let’s say incremental stamp in my adobe acrobat pro dc, it works well and the stamp counts from a desired start number.
The problem with the code is- whenever I delete a previous stamp, the one that comes after, does not see this deletion and counts like no stamps have been deleted. Just to make sure that I have explained the problem correctly, let me give an example here; assume I have stamped three times in a row: stamp #1, Stamp #2, Stamp #3. And at the end, when I delete the Stamp #3, continuation of the stamping process would leave me with something like this: Stamp #1, Stamp #2, Stamp #4! Something that I do not want at all.
I know I should be able to save the incremented values somewhere to make the acrobat able to read it before trying to determine the stamp number, but I do know how.
I would be thankful if you guys help me with this problem? By the way, I am not un-familiar with the JavaScript.
Best,
