Insert page from template in Acrobat
I have followed a couple tutorials online showing the process of creating a button with which to add a new page (from a template) inside Acrobat. However I am unable to get it to work.
I am creating a button using the action - Java Script:
var a = this.getTemplate("MyTemplate");
- a.spawn
And renaming the template to the one I saved But cannot get the action to work.
Any guidance would be much appreciated.
The info graphic I followed is:
https://acrobatusers.com/tutorials/how-to-build-a-button-that-creates-a-new-page
And others show basically the same procedure.
