Adobe Acrobat DC Javascript "not a function"
Hello,
I'm trying to deletePags and I believe I followed the API reference correctly. I have a script in the Javascripts folder of Acrobat. On launch, I get this syntax error: this.deletePages is not a function.
For refrence, this.deletePages(2, 4); is what I am trying to use.
I will also note, that this.insertPages does not throw any error. I believe 'this', is a Doc object according to the api refrence guide.
If I open a document and manually do the deletePages from the console, it does work. For some reason it is just a parsing error on Acrobat startup. But, because of this the scripts are not available for user to use on PDFs.
Any assitance is greatly appreciated.
