I would like to know if it's possible to add a custom menuitem to Acrobat Pro that will take the current open PDF file and save the file to a specific filepath.
The PDF is created on the fly in a browser and the user is directed to OPEN the file which opens in Acrobat Pro.
What I am trying to do is two things:
1. have a menuitem that when clicked, will save the file to a specific location
2. remove the (1) in the filename when saving
Basically, when Acrobat pro opens the file and the user clicks on "saveas", acrobat tacks on a (?) at the end of the filename.
Any thoughts on what code i could put in the CONFIG.JS file to better control the save process so that users don't have to manually fix things?
Thanks
However, you could also call this function from a Toolbar Button, which can appear in the browser window.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script