Skip to main content
This topic has been closed for replies.

2 replies

Thom Parker
Community Expert
Community Expert
November 20, 2024

So, are the labels arranged on the page in a grid?  Something like 2 columns of 4 rows?  If so, how are the fields named? do you have a scheme? 

Or is there one label on the page, and you print it muliple times? 

 

There is no way for a script to executed each time a page is printed for printing multiple copies. But you could create your own print script, that increments numbers in a field inbetween printing new copies.  

 

See the PrintParams entry in the Acrobat JavaScript Reference.

https://opensource.adobe.com/dc-acrobat-sdk-docs/library/jsapiref/JS_API_AcroJS.html#firstpage

 

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
Known Participant
November 20, 2024

On label per page printed multiple times

PDF Automation Station
Community Expert
Community Expert
November 20, 2024

You could use a template page and spawn it for the number of copies you want to print, then just print once.

Known Participant
November 20, 2024

Do you know a tutorial that can show me what you are talking about, fairly new to form creation. Thanks

Known Participant
November 21, 2024

Thanks I will look into this option. Thanks


One question this will only work if i have exactly 6 boxes...right? The 6 is also variable with whatever is boxed. So one time it maybe 6 next time it may be 10. So what I kind of figured out by this help is I can have a 50pg doc already created and the fields will duplicate to next page but I need one field to increase by one on each subsequent page.