Copy link to clipboard
Copied
I am trying to figure out how to get acrobat to number things for me. I am making raffle tickets and have to print 500 and numbering from 001-500 is going to be exhausting. How can I get adobe to do this for me?
Copy link to clipboard
Copied
You realize you can buy sequentially numbered raffle tickets from the office supply stores, right?
https://www.staples.com/raffle-tickets-and-tags/cat_CL206119/whsq7
Anyway, to answer your question you need JavaScript to do this in Acrobat. See the related discussion below.
https://community.adobe.com/t5/acrobat/sequential-number-generator-in-a-pdf/m-p/9358763
Hope that helps.
Copy link to clipboard
Copied
You realize you can buy sequentially numbered raffle tickets from the office supply stores, right?
https://www.staples.com/raffle-tickets-and-tags/cat_CL206119/whsq7
Anyway, to answer your question you need JavaScript to do this in Acrobat. See the related discussion below.
https://community.adobe.com/t5/acrobat/sequential-number-generator-in-a-pdf/m-p/9358763
Hope that helps.
Copy link to clipboard
Copied
Well to start, don't use Acrobat. Acrobat is not a page layout application, rather it is a printed document reader and enhancer. Acrobat is no more capable of doing something like this than Excel is the choice to write a novel.
You might try any local office supply store or you can try this:
Copy link to clipboard
Copied
Sure, this is possible: use page numbering and choose the desired value.
Copy link to clipboard
Copied
Add a field named "COUNT" (for example) in your document with a value = 0 (zero) and place this script in the "Document Did Print" event:
this.getField("COUNT").value += 1;
Then print 500 copies of the document.
PDF Acrobatic, InDesigner & Photoshoptographer
