Action Wizard Close file
Sorry if this has been addressed, but couldn't find anything in search.
Acrobat DC downloaded yeaterday.
I created an action that is performed on all files in a folder.
Even if no file is open when I run this action, the last file to be proccessed is left open.
I am not seeing a way to close though a menu item, and do not know enough about JS to write it correctly.
Tried adding this as a final step - this.closeDoc(true) - but that closes Acrobat, and when I reopen it gives a message about it closing 'abruptly'.
Any help is appreciated!