Skip to main content
Participant
January 27, 2020
Answered

Create a button that will save to a predefined file name

  • January 27, 2020
  • 1 reply
  • 650 views

I am trying to create a button on the pdf document that when clicked, will automatilly save the pdf to a predefined name. I'm assuming it will have to be a javascript but I don't know much about JS.

This topic has been closed for replies.
Correct answer Thom Parker

Here's an article on exactly this topic:

https://acrobatusers.com/tutorials/how-save-pdf-acrobat-javascript/

 

1 reply

Thom Parker
Community Expert
Thom ParkerCommunity ExpertCorrect answer
Community Expert
January 27, 2020
Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
Participant
January 28, 2020

Thanks Thom, the article has helped me a lot. I appreciate you response.