These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Save as Archive copy

Tuffy_Ven
Registered: Jun 29 2008
Posts: 68
Answered

Hi All,
 
Is it possible to Automate the "Save as Archive Copy" feature using Javascript?
suggestions will be much appreciated.
 
Thanks,
tuffy

My Product Information:
Acrobat Pro 9.0, Windows
try67
Expert
Registered: Oct 30 2008
Posts: 2398
Accepted Answer
Yes, it's possible to save a file as PDF/A using JavaScript.
See the saveAs method, and especially the cConvID parameter.

- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com

Tuffy_Ven
Registered: Jun 29 2008
Posts: 68
Hi,

When files are enabled for Shared Review Process, it is not allowed to save/edit.
We need to create a copy of this file by using an option "File - Save as Archive Copy". How to Automate this process?

Thanks,
tuffy
try67
Expert
Registered: Oct 30 2008
Posts: 2398
If it can't be done in the application then it can't be done using a script.

- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com

Tuffy_Ven
Registered: Jun 29 2008
Posts: 68
Thanks for the response.

Through Application (Acrobat), "File - Save as Archive Copy" option is available, this we can execute through menu items manually.
Can this be done through scripts?