Apply Dynamic Stamp to all PDF pages at one click
Hello Experts,
I'm working on a Dynamic Stamp, which has a automatic page numbering function, (ex: Page 1 of 3)
i want to apply this stamp on all pages with the same input data because it also has a One text field. but the tricky part is that when it's applied to all pdf pages at one click. it should update the page numbers.
So, if someone can help me to create a script for applying dynamic stamp into all pdf with page numbering feature in one single click, I would greatly appreciate it.
this script i'm using for Updating Page numbers in Stamp.
event.value = "PAGE " + (event.source.source.pageNum + 1) + " OF " + event.source.source.numPages;
Thank You
