Sandbox security work around?
I have a PDF form I created in adobe acrobat pro DC on my desktop. It contains functions like this.saveAs() and app.execMenuItem("Save"). The end goal is to able to work with the form on my companies cloud server, which has acrobat reader DC. The form works when I choose to not enable protected mode on startup, but obviously the sandbox security is there for a reason so I am trying to figure out if there is a way to write my functions so that they will run with protected mode enabled. I have tried wrapping said functions in app.beginPriv() and app.endPriv(), but that did not work. Willing to share code/file if necessary.
Thank you in advance for any help.
