Skip to main content
Participating Frequently
September 27, 2016
Answered

Is there a way to import the same document JavaScript into several PDFs at once

  • September 27, 2016
  • 10 replies
  • 1503 views

I have a recurring project where I turn off the click advance in individual PDFs using a document JavaScript. Is there a way to import that script into several PDFs at once rather than have to handle this one at a time?

This topic has been closed for replies.
Correct answer JoelGeraci_Datalogics

You can create an Action that adds the script. Oddly enough, the Action would be a JavaScript that uses the doc.addScript() method.  

10 replies

JoelGeraci_Datalogics
JoelGeraci_DatalogicsCorrect answer
Participating Frequently
September 27, 2016

You can create an Action that adds the script. Oddly enough, the Action would be a JavaScript that uses the doc.addScript() method.  

Participating Frequently
September 27, 2016

Thanks Joel. I'll see if I can make this happen.