Answered
I have a button that will change all fields to read only.
Is there a way to set up save as to make a copy of file before it changes it to read only so the user can still have a editable file. I am using Acrobat Pro X
Thanks M
Is there a way to set up save as to make a copy of file before it changes it to read only so the user can still have a editable file. I am using Acrobat Pro X
Thanks M
You can open the Save As dialog using this code:
app.execMenuItem("SaveAs");
However, if you want to make sure the file was indeed saved under a new name that's a bit trickier.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.