Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How can I make it so my form will only be saved as a copy?

New Here ,
Oct 14, 2016 Oct 14, 2016

I want to protect my original form to make it so, while someone can open and edit it, when it is saved, it only will save a copy "Save As".

In other words I want to protect the original file from being altered while allowing copies of the file to be made with the form filled.

Thanks!

TOPICS
Acrobat SDK and JavaScript , Windows
990
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Oct 15, 2016 Oct 15, 2016

Hi.

Paste this script into the "Document Will Save" document's action, so each time the end user clic on Save or use the shorcut he will be prompted to Save as.

app.execMenuItem("SaveAs");

Translate
LEGEND ,
Oct 14, 2016 Oct 14, 2016

You can't, but if the file is set to read-only on a user's system, they will be prompted to save to a new file.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 17, 2016 Oct 17, 2016

I appreciate the response.  When I go into adobe and set the security mode to read only, it ends up not allowing me to fill in the forms w/o the password.  Is there a different way I should be doing this?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 15, 2016 Oct 15, 2016

Hi.

Paste this script into the "Document Will Save" document's action, so each time the end user clic on Save or use the shorcut he will be prompted to Save as.

app.execMenuItem("SaveAs");


Acrobate du PDF, InDesigner et Photoshopographe
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 17, 2016 Oct 17, 2016

That sounds great, I am in Acrobat XI.  Where do I find this "Document will save" place?

Can you spell it out for me?

THanks so much

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 17, 2016 Oct 17, 2016

I found it somehow.  Thanks!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 17, 2016 Oct 17, 2016
LATEST

Enjoy!


Acrobate du PDF, InDesigner et Photoshopographe
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines